Shades of Pacific Blue #009CDC
Tints of Pacific Blue #009CDC
RGB
CMYK
RGB Variations
Color information
#009CDC (or 0x009CDC) is known color: Pacific Blue. HEX triplet: 00, 9C and DC. RGB value is (0,156,220). Sum of RGB (Red+Green+Blue) = 0+156+220=376 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #009CDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009CDC is #FF6323. Grayscale: #747474. Windows color (decimal): -16737060 or 14457856. OLE color: 14457856.
HSL color Cylindrical-coordinate representation of color #009CDC: hue angle of 197.45º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CDC is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 156 | 220 | - |
| CMYK | 1 | 0.29 | 0 | 0.14 |
| HSL | 197.45º | 1% | 0.43% | - |
| HSV(B) | 197.45º | 1% | 0.86% | - |
| XYZ | 24.81 | 28.94 | 71.99 | - |
| YUV | 116.65 | 186.32 | 44.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 220 | 1 | 0.29 | 0 | 0.14 | 197.45 | 1 | 0.43 |
| Hex | 0 | 9C | DC | 64 | 1D | 0 | E | C5 | 64 | 2B |
| Octal | 0 | 234 | 334 | 144 | 35 | 0 | 16 | 305 | 144 | 53 |
| Binary | 0 | 10011100 | 11011100 | 1100100 | 11101 | 0 | 1110 | 11000101 | 1100100 | 101011 |
Color Harmonies of #009CDC
Complementary color
Monochromatic Colors of #009CDC
Black with #009CDC
Text Example
Text Example
White with #009CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009CDC; }
p { color: rgb(0,156,220); }
H1.HeaderClassName
{
color: #009CDC;
}
.AnyTagClassName
{
color: #009CDC;
}
</style>
background-color css
<style>
a { background-color: #009CDC; }
a { background-color: rgb(0,156,220); }
div.DivClassName
{
background-color: #009CDC;
}
.BgClassName
{
background-color: #009CDC;
}
</style>
border-color css
<style>
span { border-color: #009CDC; }
span { border-color: rgb(0,156,220); }
td.TdClassName
{
border-color: #009CDC;
}
.TagClassName
{
border-color: #009CDC;
}
</style>