Shades of Pacific Blue #159FCD
Tints of Pacific Blue #159FCD
RGB
CMYK
RGB Variations
Color information
#159FCD (or 0x159FCD) is known color: Pacific Blue. HEX triplet: 15, 9F and CD. RGB value is (21,159,205). Sum of RGB (Red+Green+Blue) = 21+159+205=385 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.45% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #159FCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159FCD is #EA6032. Grayscale: #7A7A7A. Windows color (decimal): -15360051 or 13475605. OLE color: 13475605.
HSL color Cylindrical-coordinate representation of color #159FCD: hue angle of 195º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #159FCD is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 159 | 205 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.20 |
| HSL | 195º | 0.81% | 0.44% | - |
| HSV(B) | 195º | 0.9% | 0.8% | - |
| XYZ | 23.73 | 29.36 | 62.17 | - |
| YUV | 122.98 | 174.28 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 159 | 205 | 0.90 | 0.22 | 0 | 0.20 | 195 | 0.81 | 0.44 |
| Hex | 15 | 9F | CD | 5A | 16 | 0 | 14 | C3 | 51 | 2C |
| Octal | 25 | 237 | 315 | 132 | 26 | 0 | 24 | 303 | 121 | 54 |
| Binary | 10101 | 10011111 | 11001101 | 1011010 | 10110 | 0 | 10100 | 11000011 | 1010001 | 101100 |
Color Harmonies of #159FCD
Complementary color
Monochromatic Colors of #159FCD
Black with #159FCD
Text Example
Text Example
White with #159FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159FCD; }
p { color: rgb(21,159,205); }
H1.HeaderClassName
{
color: #159FCD;
}
.AnyTagClassName
{
color: #159FCD;
}
</style>
background-color css
<style>
a { background-color: #159FCD; }
a { background-color: rgb(21,159,205); }
div.DivClassName
{
background-color: #159FCD;
}
.BgClassName
{
background-color: #159FCD;
}
</style>
border-color css
<style>
span { border-color: #159FCD; }
span { border-color: rgb(21,159,205); }
td.TdClassName
{
border-color: #159FCD;
}
.TagClassName
{
border-color: #159FCD;
}
</style>