Shades of Pacific Blue #009CCE
Tints of Pacific Blue #009CCE
RGB
CMYK
RGB Variations
Color information
#009CCE (or 0x009CCE) is known color: Pacific Blue. HEX triplet: 00, 9C and CE. RGB value is (0,156,206). Sum of RGB (Red+Green+Blue) = 0+156+206=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #009CCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009CCE is #FF6331. Grayscale: #727272. Windows color (decimal): -16737074 or 13540352. OLE color: 13540352.
HSL color Cylindrical-coordinate representation of color #009CCE: hue angle of 194.56º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CCE is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 156 | 206 | - |
| CMYK | 1 | 0.24 | 0 | 0.19 |
| HSL | 194.56º | 1% | 0.4% | - |
| HSV(B) | 194.56º | 1% | 0.81% | - |
| XYZ | 23.03 | 28.23 | 62.63 | - |
| YUV | 115.06 | 179.32 | 45.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 206 | 1 | 0.24 | 0 | 0.19 | 194.56 | 1 | 0.4 |
| Hex | 0 | 9C | CE | 64 | 18 | 0 | 13 | C3 | 64 | 28 |
| Octal | 0 | 234 | 316 | 144 | 30 | 0 | 23 | 303 | 144 | 50 |
| Binary | 0 | 10011100 | 11001110 | 1100100 | 11000 | 0 | 10011 | 11000011 | 1100100 | 101000 |
Color Harmonies of #009CCE
Complementary color
Monochromatic Colors of #009CCE
Black with #009CCE
Text Example
Text Example
White with #009CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009CCE; }
p { color: rgb(0,156,206); }
H1.HeaderClassName
{
color: #009CCE;
}
.AnyTagClassName
{
color: #009CCE;
}
</style>
background-color css
<style>
a { background-color: #009CCE; }
a { background-color: rgb(0,156,206); }
div.DivClassName
{
background-color: #009CCE;
}
.BgClassName
{
background-color: #009CCE;
}
</style>
border-color css
<style>
span { border-color: #009CCE; }
span { border-color: rgb(0,156,206); }
td.TdClassName
{
border-color: #009CCE;
}
.TagClassName
{
border-color: #009CCE;
}
</style>