Shades of Pacific Blue #159ECE
Tints of Pacific Blue #159ECE
RGB
CMYK
RGB Variations
Color information
#159ECE (or 0x159ECE) is known color: Pacific Blue. HEX triplet: 15, 9E and CE. RGB value is (21,158,206). Sum of RGB (Red+Green+Blue) = 21+158+206=385 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.45% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #159ECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159ECE is #EA6131. Grayscale: #7A7A7A. Windows color (decimal): -15360306 or 13540885. OLE color: 13540885.
HSL color Cylindrical-coordinate representation of color #159ECE: hue angle of 195.57º degrees, saturation: 0.81, 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 #159ECE is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 158 | 206 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.19 |
| HSL | 195.57º | 0.81% | 0.45% | - |
| HSV(B) | 195.57º | 0.9% | 0.81% | - |
| XYZ | 23.68 | 29.07 | 62.76 | - |
| YUV | 122.51 | 175.11 | 55.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 158 | 206 | 0.90 | 0.23 | 0 | 0.19 | 195.57 | 0.81 | 0.45 |
| Hex | 15 | 9E | CE | 5A | 17 | 0 | 13 | C4 | 51 | 2D |
| Octal | 25 | 236 | 316 | 132 | 27 | 0 | 23 | 304 | 121 | 55 |
| Binary | 10101 | 10011110 | 11001110 | 1011010 | 10111 | 0 | 10011 | 11000100 | 1010001 | 101101 |
Color Harmonies of #159ECE
Complementary color
Monochromatic Colors of #159ECE
Black with #159ECE
Text Example
Text Example
White with #159ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159ECE; }
p { color: rgb(21,158,206); }
H1.HeaderClassName
{
color: #159ECE;
}
.AnyTagClassName
{
color: #159ECE;
}
</style>
background-color css
<style>
a { background-color: #159ECE; }
a { background-color: rgb(21,158,206); }
div.DivClassName
{
background-color: #159ECE;
}
.BgClassName
{
background-color: #159ECE;
}
</style>
border-color css
<style>
span { border-color: #159ECE; }
span { border-color: rgb(21,158,206); }
td.TdClassName
{
border-color: #159ECE;
}
.TagClassName
{
border-color: #159ECE;
}
</style>