Shades of Pacific Blue #159DD0
Tints of Pacific Blue #159DD0
RGB
CMYK
RGB Variations
Color information
#159DD0 (or 0x159DD0) is known color: Pacific Blue. HEX triplet: 15, 9D and D0. RGB value is (21,157,208). Sum of RGB (Red+Green+Blue) = 21+157+208=386 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.44% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 208 (81.64% from 255 or 53.89% from 386); Max value from RGB is 208 - color contains mainly: blue. Hex color #159DD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159DD0 is #EA622F. Grayscale: #797979. Windows color (decimal): -15360560 or 13671701. OLE color: 13671701.
HSL color Cylindrical-coordinate representation of color #159DD0: hue angle of 196.36º 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 #159DD0 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 157 | 208 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.18 |
| HSL | 196.36º | 0.82% | 0.45% | - |
| HSV(B) | 196.36º | 0.9% | 0.82% | - |
| XYZ | 23.75 | 28.83 | 63.99 | - |
| YUV | 122.15 | 176.44 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 157 | 208 | 0.90 | 0.25 | 0 | 0.18 | 196.36 | 0.82 | 0.45 |
| Hex | 15 | 9D | D0 | 5A | 19 | 0 | 12 | C4 | 52 | 2D |
| Octal | 25 | 235 | 320 | 132 | 31 | 0 | 22 | 304 | 122 | 55 |
| Binary | 10101 | 10011101 | 11010000 | 1011010 | 11001 | 0 | 10010 | 11000100 | 1010010 | 101101 |
Color Harmonies of #159DD0
Complementary color
Monochromatic Colors of #159DD0
Black with #159DD0
Text Example
Text Example
White with #159DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159DD0; }
p { color: rgb(21,157,208); }
H1.HeaderClassName
{
color: #159DD0;
}
.AnyTagClassName
{
color: #159DD0;
}
</style>
background-color css
<style>
a { background-color: #159DD0; }
a { background-color: rgb(21,157,208); }
div.DivClassName
{
background-color: #159DD0;
}
.BgClassName
{
background-color: #159DD0;
}
</style>
border-color css
<style>
span { border-color: #159DD0; }
span { border-color: rgb(21,157,208); }
td.TdClassName
{
border-color: #159DD0;
}
.TagClassName
{
border-color: #159DD0;
}
</style>