#158FD8

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

Shades of Pacific Blue #158FD8

Tints of Pacific Blue #158FD8

Color information

#158FD8 (or 0x158FD8) is unknown color: approx Pacific Blue. HEX triplet: 15, 8F and D8. RGB value is (21,143,216). Sum of RGB (Red+Green+Blue) = 21+143+216=380 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.53% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 216 (84.77% from 255 or 56.84% from 380); Max value from RGB is 216 - color contains mainly: blue. Hex color #158FD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158FD8 is #EA7027. Grayscale: #727272. Windows color (decimal): -15364136 or 14192405. OLE color: 14192405.

HSL color Cylindrical-coordinate representation of color #158FD8: hue angle of 202.46º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #158FD8 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21143216-
CMYK0.900.3400.15
HSL202.46º82.28%46.47%-
HSV(B)202.46º90.28%84.71%-
XYZ22.5324.7668.56-
YUV114.84185.0861.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.53%
GREEN value IS 143 (56.25% from 255) = 37.63%
BLUE value IS 216 (84.77% from 255) = 56.84%
R=5.53%
G=37.63%
B=56.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal211432160.900.3400.15202.4682.2846.47
Hex158FD85A220Fca522e
Octal252173301324201731212256
Binary101011000111111011000101101010001001111110010101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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