#158AD0

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

Shades of Pacific Blue #158AD0

Tints of Pacific Blue #158AD0

Color information

#158AD0 (or 0x158AD0) is unknown color: approx Pacific Blue. HEX triplet: 15, 8A and D0. RGB value is (21,138,208). Sum of RGB (Red+Green+Blue) = 21+138+208=367 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.72% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 208 (81.64% from 255 or 56.68% from 367); Max value from RGB is 208 - color contains mainly: blue. Hex color #158AD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158AD0 is #EA752F. Grayscale: #6E6E6E. Windows color (decimal): -15365424 or 13666837. OLE color: 13666837.

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

Color convert

RGB21138208-
CMYK0.900.3400.18
HSL202.46º81.66%44.9%-
HSV(B)202.46º89.9%81.57%-
XYZ20.7822.8963-
YUV111182.7463.81-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.72%
GREEN value IS 138 (54.30% from 255) = 37.60%
BLUE value IS 208 (81.64% from 255) = 56.68%
R=5.72%
G=37.60%
B=56.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal211382080.900.3400.18202.4681.6644.9
Hex158AD05A22012ca522d
Octal252123201324202231212255
Binary1010110001010110100001011010100010010010110010101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,138,208); }

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

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

 a { background-color: rgb(21,138,208); }

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

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

 span { border-color: rgb(21,138,208); }

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