Shades of Pacific Blue #009CCF
Tints of Pacific Blue #009CCF
RGB
CMYK
RGB Variations
Color information
#009CCF (or 0x009CCF) is known color: Pacific Blue. HEX triplet: 00, 9C and CF. RGB value is (0,156,207). Sum of RGB (Red+Green+Blue) = 0+156+207=363 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #009CCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009CCF is #FF6330. Grayscale: #727272. Windows color (decimal): -16737073 or 13605888. OLE color: 13605888.
HSL color Cylindrical-coordinate representation of color #009CCF: hue angle of 194.78º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CCF is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 156 | 207 | - |
| CMYK | 1 | 0.25 | 0 | 0.19 |
| HSL | 194.78º | 1% | 0.41% | - |
| HSV(B) | 194.78º | 1% | 0.81% | - |
| XYZ | 23.15 | 28.28 | 63.27 | - |
| YUV | 115.17 | 179.82 | 45.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 207 | 1 | 0.25 | 0 | 0.19 | 194.78 | 1 | 0.41 |
| Hex | 0 | 9C | CF | 64 | 19 | 0 | 13 | C3 | 64 | 29 |
| Octal | 0 | 234 | 317 | 144 | 31 | 0 | 23 | 303 | 144 | 51 |
| Binary | 0 | 10011100 | 11001111 | 1100100 | 11001 | 0 | 10011 | 11000011 | 1100100 | 101001 |
Color Harmonies of #009CCF
Complementary color
Monochromatic Colors of #009CCF
Black with #009CCF
Text Example
Text Example
White with #009CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009CCF; }
p { color: rgb(0,156,207); }
H1.HeaderClassName
{
color: #009CCF;
}
.AnyTagClassName
{
color: #009CCF;
}
</style>
background-color css
<style>
a { background-color: #009CCF; }
a { background-color: rgb(0,156,207); }
div.DivClassName
{
background-color: #009CCF;
}
.BgClassName
{
background-color: #009CCF;
}
</style>
border-color css
<style>
span { border-color: #009CCF; }
span { border-color: rgb(0,156,207); }
td.TdClassName
{
border-color: #009CCF;
}
.TagClassName
{
border-color: #009CCF;
}
</style>