Shades of Pacific Blue #009CCA
Tints of Pacific Blue #009CCA
RGB
CMYK
RGB Variations
Color information
#009CCA (or 0x009CCA) is known color: Pacific Blue. HEX triplet: 00, 9C and CA. RGB value is (0,156,202). Sum of RGB (Red+Green+Blue) = 0+156+202=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #009CCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009CCA is #FF6335. Grayscale: #727272. Windows color (decimal): -16737078 or 13278208. OLE color: 13278208.
HSL color Cylindrical-coordinate representation of color #009CCA: hue angle of 193.66º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CCA is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 156 | 202 | - |
| CMYK | 1 | 0.23 | 0 | 0.21 |
| HSL | 193.66º | 1% | 0.4% | - |
| HSV(B) | 193.66º | 1% | 0.79% | - |
| XYZ | 22.55 | 28.04 | 60.1 | - |
| YUV | 114.6 | 177.32 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 202 | 1 | 0.23 | 0 | 0.21 | 193.66 | 1 | 0.4 |
| Hex | 0 | 9C | CA | 64 | 17 | 0 | 15 | C2 | 64 | 28 |
| Octal | 0 | 234 | 312 | 144 | 27 | 0 | 25 | 302 | 144 | 50 |
| Binary | 0 | 10011100 | 11001010 | 1100100 | 10111 | 0 | 10101 | 11000010 | 1100100 | 101000 |
Color Harmonies of #009CCA
Complementary color
Monochromatic Colors of #009CCA
Black with #009CCA
Text Example
Text Example
White with #009CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009CCA; }
p { color: rgb(0,156,202); }
H1.HeaderClassName
{
color: #009CCA;
}
.AnyTagClassName
{
color: #009CCA;
}
</style>
background-color css
<style>
a { background-color: #009CCA; }
a { background-color: rgb(0,156,202); }
div.DivClassName
{
background-color: #009CCA;
}
.BgClassName
{
background-color: #009CCA;
}
</style>
border-color css
<style>
span { border-color: #009CCA; }
span { border-color: rgb(0,156,202); }
td.TdClassName
{
border-color: #009CCA;
}
.TagClassName
{
border-color: #009CCA;
}
</style>