Shades of Pacific Blue #159EC8
Tints of Pacific Blue #159EC8
RGB
CMYK
RGB Variations
Color information
#159EC8 (or 0x159EC8) is known color: Pacific Blue. HEX triplet: 15, 9E and C8. RGB value is (21,158,200). Sum of RGB (Red+Green+Blue) = 21+158+200=379 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.54% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #159EC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159EC8 is #EA6137. Grayscale: #797979. Windows color (decimal): -15360312 or 13147669. OLE color: 13147669.
HSL color Cylindrical-coordinate representation of color #159EC8: hue angle of 194.08º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #159EC8 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 21 | 158 | 200 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.22 |
| HSL | 194.08º | 0.81% | 0.43% | - |
| HSV(B) | 194.08º | 0.9% | 0.78% | - |
| XYZ | 22.96 | 28.78 | 58.99 | - |
| YUV | 121.83 | 172.11 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 158 | 200 | 0.90 | 0.21 | 0 | 0.22 | 194.08 | 0.81 | 0.43 |
| Hex | 15 | 9E | C8 | 5A | 15 | 0 | 16 | C2 | 51 | 2B |
| Octal | 25 | 236 | 310 | 132 | 25 | 0 | 26 | 302 | 121 | 53 |
| Binary | 10101 | 10011110 | 11001000 | 1011010 | 10101 | 0 | 10110 | 11000010 | 1010001 | 101011 |
Color Harmonies of #159EC8
Complementary color
Monochromatic Colors of #159EC8
Black with #159EC8
Text Example
Text Example
White with #159EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159EC8; }
p { color: rgb(21,158,200); }
H1.HeaderClassName
{
color: #159EC8;
}
.AnyTagClassName
{
color: #159EC8;
}
</style>
background-color css
<style>
a { background-color: #159EC8; }
a { background-color: rgb(21,158,200); }
div.DivClassName
{
background-color: #159EC8;
}
.BgClassName
{
background-color: #159EC8;
}
</style>
border-color css
<style>
span { border-color: #159EC8; }
span { border-color: rgb(21,158,200); }
td.TdClassName
{
border-color: #159EC8;
}
.TagClassName
{
border-color: #159EC8;
}
</style>