Shades of Pacific Blue #159FC9
Tints of Pacific Blue #159FC9
RGB
CMYK
RGB Variations
Color information
#159FC9 (or 0x159FC9) is known color: Pacific Blue. HEX triplet: 15, 9F and C9. RGB value is (21,159,201). Sum of RGB (Red+Green+Blue) = 21+159+201=381 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.51% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #159FC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159FC9 is #EA6036. Grayscale: #7A7A7A. Windows color (decimal): -15360055 or 13213461. OLE color: 13213461.
HSL color Cylindrical-coordinate representation of color #159FC9: hue angle of 194º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #159FC9 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 159 | 201 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.21 |
| HSL | 194º | 0.81% | 0.44% | - |
| HSV(B) | 194º | 0.9% | 0.79% | - |
| XYZ | 23.25 | 29.17 | 59.66 | - |
| YUV | 122.53 | 172.28 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 159 | 201 | 0.90 | 0.21 | 0 | 0.21 | 194 | 0.81 | 0.44 |
| Hex | 15 | 9F | C9 | 5A | 15 | 0 | 15 | C2 | 51 | 2C |
| Octal | 25 | 237 | 311 | 132 | 25 | 0 | 25 | 302 | 121 | 54 |
| Binary | 10101 | 10011111 | 11001001 | 1011010 | 10101 | 0 | 10101 | 11000010 | 1010001 | 101100 |
Color Harmonies of #159FC9
Complementary color
Monochromatic Colors of #159FC9
Black with #159FC9
Text Example
Text Example
White with #159FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159FC9; }
p { color: rgb(21,159,201); }
H1.HeaderClassName
{
color: #159FC9;
}
.AnyTagClassName
{
color: #159FC9;
}
</style>
background-color css
<style>
a { background-color: #159FC9; }
a { background-color: rgb(21,159,201); }
div.DivClassName
{
background-color: #159FC9;
}
.BgClassName
{
background-color: #159FC9;
}
</style>
border-color css
<style>
span { border-color: #159FC9; }
span { border-color: rgb(21,159,201); }
td.TdClassName
{
border-color: #159FC9;
}
.TagClassName
{
border-color: #159FC9;
}
</style>