Shades of Pacific Blue #009CCC
Tints of Pacific Blue #009CCC
RGB
CMYK
RGB Variations
Color information
#009CCC (or 0x009CCC) is known color: Pacific Blue. HEX triplet: 00, 9C and CC. RGB value is (0,156,204). Sum of RGB (Red+Green+Blue) = 0+156+204=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #009CCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009CCC is #FF6333. Grayscale: #727272. Windows color (decimal): -16737076 or 13409280. OLE color: 13409280.
HSL color Cylindrical-coordinate representation of color #009CCC: hue angle of 194.12º 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 #009CCC is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 156 | 204 | - |
| CMYK | 1 | 0.24 | 0 | 0.2 |
| HSL | 194.12º | 1% | 0.4% | - |
| HSV(B) | 194.12º | 1% | 0.8% | - |
| XYZ | 22.79 | 28.14 | 61.36 | - |
| YUV | 114.83 | 178.32 | 46.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 204 | 1 | 0.24 | 0 | 0.2 | 194.12 | 1 | 0.4 |
| Hex | 0 | 9C | CC | 64 | 18 | 0 | 14 | C2 | 64 | 28 |
| Octal | 0 | 234 | 314 | 144 | 30 | 0 | 24 | 302 | 144 | 50 |
| Binary | 0 | 10011100 | 11001100 | 1100100 | 11000 | 0 | 10100 | 11000010 | 1100100 | 101000 |
Color Harmonies of #009CCC
Complementary color
Monochromatic Colors of #009CCC
Black with #009CCC
Text Example
Text Example
White with #009CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009CCC; }
p { color: rgb(0,156,204); }
H1.HeaderClassName
{
color: #009CCC;
}
.AnyTagClassName
{
color: #009CCC;
}
</style>
background-color css
<style>
a { background-color: #009CCC; }
a { background-color: rgb(0,156,204); }
div.DivClassName
{
background-color: #009CCC;
}
.BgClassName
{
background-color: #009CCC;
}
</style>
border-color css
<style>
span { border-color: #009CCC; }
span { border-color: rgb(0,156,204); }
td.TdClassName
{
border-color: #009CCC;
}
.TagClassName
{
border-color: #009CCC;
}
</style>