Shades of Pacific Blue #009CCD
Tints of Pacific Blue #009CCD
RGB
CMYK
RGB Variations
Color information
#009CCD (or 0x009CCD) is known color: Pacific Blue. HEX triplet: 00, 9C and CD. RGB value is (0,156,205). Sum of RGB (Red+Green+Blue) = 0+156+205=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #009CCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009CCD is #FF6332. Grayscale: #727272. Windows color (decimal): -16737075 or 13474816. OLE color: 13474816.
HSL color Cylindrical-coordinate representation of color #009CCD: hue angle of 194.34º 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 #009CCD is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 156 | 205 | - |
| CMYK | 1 | 0.24 | 0 | 0.20 |
| HSL | 194.34º | 1% | 0.4% | - |
| HSV(B) | 194.34º | 1% | 0.8% | - |
| XYZ | 22.91 | 28.18 | 61.99 | - |
| YUV | 114.94 | 178.82 | 46.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 205 | 1 | 0.24 | 0 | 0.20 | 194.34 | 1 | 0.4 |
| Hex | 0 | 9C | CD | 64 | 18 | 0 | 14 | C2 | 64 | 28 |
| Octal | 0 | 234 | 315 | 144 | 30 | 0 | 24 | 302 | 144 | 50 |
| Binary | 0 | 10011100 | 11001101 | 1100100 | 11000 | 0 | 10100 | 11000010 | 1100100 | 101000 |
Color Harmonies of #009CCD
Complementary color
Monochromatic Colors of #009CCD
Black with #009CCD
Text Example
Text Example
White with #009CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009CCD; }
p { color: rgb(0,156,205); }
H1.HeaderClassName
{
color: #009CCD;
}
.AnyTagClassName
{
color: #009CCD;
}
</style>
background-color css
<style>
a { background-color: #009CCD; }
a { background-color: rgb(0,156,205); }
div.DivClassName
{
background-color: #009CCD;
}
.BgClassName
{
background-color: #009CCD;
}
</style>
border-color css
<style>
span { border-color: #009CCD; }
span { border-color: rgb(0,156,205); }
td.TdClassName
{
border-color: #009CCD;
}
.TagClassName
{
border-color: #009CCD;
}
</style>