#158FC2

Color #158FC2 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #158FC2

Tints of Pacific Blue #158FC2

Color information

#158FC2 (or 0x158FC2) is unknown color: approx Pacific Blue. HEX triplet: 15, 8F and C2. RGB value is (21,143,194). Sum of RGB (Red+Green+Blue) = 21+143+194=358 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.87% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 194 (76.17% from 255 or 54.19% from 358); Max value from RGB is 194 - color contains mainly: blue. Hex color #158FC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158FC2 is #EA703D. Grayscale: #707070. Windows color (decimal): -15364158 or 12750613. OLE color: 12750613.

HSL color Cylindrical-coordinate representation of color #158FC2: hue angle of 197.69º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #158FC2 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB21143194-
CMYK0.890.2600.24
HSL197.69º80.47%42.16%-
HSV(B)197.69º89.18%76.08%-
XYZ19.8723.754.57-
YUV112.34174.0862.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 21 (8.59% from 255) = 5.87%
GREEN value IS 143 (56.25% from 255) = 39.94%
BLUE value IS 194 (76.17% from 255) = 54.19%
R=5.87%
G=39.94%
B=54.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal211431940.890.2600.24197.6980.4742.16
Hex158FC2591A018c6502a
Octal252173021313203030612052
Binary101011000111111000010101100111010011000110001101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158FC2; }

 p { color: rgb(21,143,194); }

 H1.HeaderClassName
 {
   color: #158FC2;
 }
 .AnyTagClassName
 {
   color: #158FC2;
 }
</style>
background-color css

<style>
 a { background-color: #158FC2; }

 a { background-color: rgb(21,143,194); }

 div.DivClassName
 {
   background-color: #158FC2;
 }
 .BgClassName
 {
   background-color: #158FC2;
 }
</style>
border-color css

<style>
 span { border-color: #158FC2; }

 span { border-color: rgb(21,143,194); }

 td.TdClassName
 {
   border-color: #158FC2;
 }
 .TagClassName
 {
   border-color: #158FC2;
 }
</style>