#158ECF

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

Shades of Pacific Blue #158ECF

Tints of Pacific Blue #158ECF

Color information

#158ECF (or 0x158ECF) is unknown color: approx Pacific Blue. HEX triplet: 15, 8E and CF. RGB value is (21,142,207). Sum of RGB (Red+Green+Blue) = 21+142+207=370 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.68% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #158ECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158ECF is #EA7130. Grayscale: #707070. Windows color (decimal): -15364401 or 13602325. OLE color: 13602325.

HSL color Cylindrical-coordinate representation of color #158ECF: hue angle of 200.97º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #158ECF is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB21142207-
CMYK0.900.3100.19
HSL200.97º81.58%44.71%-
HSV(B)200.97º89.86%81.18%-
XYZ21.2424.0162.55-
YUV113.23180.9162.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.68%
GREEN value IS 142 (55.86% from 255) = 38.38%
BLUE value IS 207 (81.25% from 255) = 55.95%
R=5.68%
G=38.38%
B=55.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal211422070.900.3100.19200.9781.5844.71
Hex158ECF5A1F013c9522d
Octal252163171323702331112255
Binary101011000111011001111101101011111010011110010011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,142,207); }

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

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

 a { background-color: rgb(21,142,207); }

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

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

 span { border-color: rgb(21,142,207); }

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