Shades of Pacific Blue #159FD2
Tints of Pacific Blue #159FD2
RGB
CMYK
RGB Variations
Color information
#159FD2 (or 0x159FD2) is known color: Pacific Blue. HEX triplet: 15, 9F and D2. RGB value is (21,159,210). Sum of RGB (Red+Green+Blue) = 21+159+210=390 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.38% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 210 (82.42% from 255 or 53.85% from 390); Max value from RGB is 210 - color contains mainly: blue. Hex color #159FD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159FD2 is #EA602D. Grayscale: #7B7B7B. Windows color (decimal): -15360046 or 13803285. OLE color: 13803285.
HSL color Cylindrical-coordinate representation of color #159FD2: hue angle of 196.19º 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 #159FD2 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 159 | 210 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.18 |
| HSL | 196.19º | 0.82% | 0.45% | - |
| HSV(B) | 196.19º | 0.9% | 0.82% | - |
| XYZ | 24.34 | 29.61 | 65.4 | - |
| YUV | 123.55 | 176.78 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 159 | 210 | 0.90 | 0.24 | 0 | 0.18 | 196.19 | 0.82 | 0.45 |
| Hex | 15 | 9F | D2 | 5A | 18 | 0 | 12 | C4 | 52 | 2D |
| Octal | 25 | 237 | 322 | 132 | 30 | 0 | 22 | 304 | 122 | 55 |
| Binary | 10101 | 10011111 | 11010010 | 1011010 | 11000 | 0 | 10010 | 11000100 | 1010010 | 101101 |
Color Harmonies of #159FD2
Complementary color
Monochromatic Colors of #159FD2
Black with #159FD2
Text Example
Text Example
White with #159FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159FD2; }
p { color: rgb(21,159,210); }
H1.HeaderClassName
{
color: #159FD2;
}
.AnyTagClassName
{
color: #159FD2;
}
</style>
background-color css
<style>
a { background-color: #159FD2; }
a { background-color: rgb(21,159,210); }
div.DivClassName
{
background-color: #159FD2;
}
.BgClassName
{
background-color: #159FD2;
}
</style>
border-color css
<style>
span { border-color: #159FD2; }
span { border-color: rgb(21,159,210); }
td.TdClassName
{
border-color: #159FD2;
}
.TagClassName
{
border-color: #159FD2;
}
</style>