Shades of Pacific Blue #009FCC
Tints of Pacific Blue #009FCC
RGB
CMYK
RGB Variations
Color information
#009FCC (or 0x009FCC) is known color: Pacific Blue. HEX triplet: 00, 9F and CC. RGB value is (0,159,204). Sum of RGB (Red+Green+Blue) = 0+159+204=363 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #009FCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009FCC is #FF6033. Grayscale: #747474. Windows color (decimal): -16736308 or 13410048. OLE color: 13410048.
HSL color Cylindrical-coordinate representation of color #009FCC: hue angle of 193.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009FCC is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 159 | 204 | - |
| CMYK | 1 | 0.22 | 0 | 0.2 |
| HSL | 193.24º | 1% | 0.4% | - |
| HSV(B) | 193.24º | 1% | 0.8% | - |
| XYZ | 23.3 | 29.16 | 61.53 | - |
| YUV | 116.59 | 177.32 | 44.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 204 | 1 | 0.22 | 0 | 0.2 | 193.24 | 1 | 0.4 |
| Hex | 0 | 9F | CC | 64 | 16 | 0 | 14 | C1 | 64 | 28 |
| Octal | 0 | 237 | 314 | 144 | 26 | 0 | 24 | 301 | 144 | 50 |
| Binary | 0 | 10011111 | 11001100 | 1100100 | 10110 | 0 | 10100 | 11000001 | 1100100 | 101000 |
Color Harmonies of #009FCC
Complementary color
Monochromatic Colors of #009FCC
Black with #009FCC
Text Example
Text Example
White with #009FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009FCC; }
p { color: rgb(0,159,204); }
H1.HeaderClassName
{
color: #009FCC;
}
.AnyTagClassName
{
color: #009FCC;
}
</style>
background-color css
<style>
a { background-color: #009FCC; }
a { background-color: rgb(0,159,204); }
div.DivClassName
{
background-color: #009FCC;
}
.BgClassName
{
background-color: #009FCC;
}
</style>
border-color css
<style>
span { border-color: #009FCC; }
span { border-color: rgb(0,159,204); }
td.TdClassName
{
border-color: #009FCC;
}
.TagClassName
{
border-color: #009FCC;
}
</style>