Shades of Pacific Blue #009FC9
Tints of Pacific Blue #009FC9
RGB
CMYK
RGB Variations
Color information
#009FC9 (or 0x009FC9) is known color: Pacific Blue. HEX triplet: 00, 9F and C9. RGB value is (0,159,201). Sum of RGB (Red+Green+Blue) = 0+159+201=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 201 (78.91% from 255 or 55.83% from 360); Max value from RGB is 201 - color contains mainly: blue. Hex color #009FC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009FC9 is #FF6036. Grayscale: #737373. Windows color (decimal): -16736311 or 13213440. OLE color: 13213440.
HSL color Cylindrical-coordinate representation of color #009FC9: hue angle of 192.54º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009FC9 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 159 | 201 | - |
| CMYK | 1 | 0.21 | 0 | 0.21 |
| HSL | 192.54º | 1% | 0.39% | - |
| HSV(B) | 192.54º | 1% | 0.79% | - |
| XYZ | 22.94 | 29.01 | 59.65 | - |
| YUV | 116.25 | 175.82 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 201 | 1 | 0.21 | 0 | 0.21 | 192.54 | 1 | 0.39 |
| Hex | 0 | 9F | C9 | 64 | 15 | 0 | 15 | C1 | 64 | 27 |
| Octal | 0 | 237 | 311 | 144 | 25 | 0 | 25 | 301 | 144 | 47 |
| Binary | 0 | 10011111 | 11001001 | 1100100 | 10101 | 0 | 10101 | 11000001 | 1100100 | 100111 |
Color Harmonies of #009FC9
Complementary color
Monochromatic Colors of #009FC9
Black with #009FC9
Text Example
Text Example
White with #009FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009FC9; }
p { color: rgb(0,159,201); }
H1.HeaderClassName
{
color: #009FC9;
}
.AnyTagClassName
{
color: #009FC9;
}
</style>
background-color css
<style>
a { background-color: #009FC9; }
a { background-color: rgb(0,159,201); }
div.DivClassName
{
background-color: #009FC9;
}
.BgClassName
{
background-color: #009FC9;
}
</style>
border-color css
<style>
span { border-color: #009FC9; }
span { border-color: rgb(0,159,201); }
td.TdClassName
{
border-color: #009FC9;
}
.TagClassName
{
border-color: #009FC9;
}
</style>