#159EC0

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

Shades of Pacific Blue #159EC0

Tints of Pacific Blue #159EC0

Color information

#159EC0 (or 0x159EC0) is unknown color: approx Pacific Blue. HEX triplet: 15, 9E and C0. RGB value is (21,158,192). Sum of RGB (Red+Green+Blue) = 21+158+192=371 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.66% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #159EC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159EC0 is #EA613F. Grayscale: #787878. Windows color (decimal): -15360320 or 12623381. OLE color: 12623381.

HSL color Cylindrical-coordinate representation of color #159EC0: hue angle of 191.93º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #159EC0 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB21158192-
CMYK0.890.1800.25
HSL191.93º80.28%41.76%-
HSV(B)191.93º89.06%75.29%-
XYZ22.0528.4254.19-
YUV120.91168.1156.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.66%
GREEN value IS 158 (62.11% from 255) = 42.59%
BLUE value IS 192 (75.39% from 255) = 51.75%
R=5.66%
G=42.59%
B=51.75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal211581920.890.1800.25191.9380.2841.76
Hex159EC05912019c0502a
Octal252363001312203130012052
Binary101011001111011000000101100110010011001110000001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159EC0; }

 p { color: rgb(21,158,192); }

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

<style>
 a { background-color: #159EC0; }

 a { background-color: rgb(21,158,192); }

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

<style>
 span { border-color: #159EC0; }

 span { border-color: rgb(21,158,192); }

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