Shades of Pacific Blue #009DCC
Tints of Pacific Blue #009DCC
RGB
CMYK
RGB Variations
Color information
#009DCC (or 0x009DCC) is known color: Pacific Blue. HEX triplet: 00, 9D and CC. RGB value is (0,157,204). Sum of RGB (Red+Green+Blue) = 0+157+204=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #009DCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009DCC is #FF6233. Grayscale: #737373. Windows color (decimal): -16736820 or 13409536. OLE color: 13409536.
HSL color Cylindrical-coordinate representation of color #009DCC: hue angle of 193.82º 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 #009DCC is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 157 | 204 | - |
| CMYK | 1 | 0.23 | 0 | 0.2 |
| HSL | 193.82º | 1% | 0.4% | - |
| HSV(B) | 193.82º | 1% | 0.8% | - |
| XYZ | 22.96 | 28.47 | 61.41 | - |
| YUV | 115.42 | 177.99 | 45.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 204 | 1 | 0.23 | 0 | 0.2 | 193.82 | 1 | 0.4 |
| Hex | 0 | 9D | CC | 64 | 17 | 0 | 14 | C2 | 64 | 28 |
| Octal | 0 | 235 | 314 | 144 | 27 | 0 | 24 | 302 | 144 | 50 |
| Binary | 0 | 10011101 | 11001100 | 1100100 | 10111 | 0 | 10100 | 11000010 | 1100100 | 101000 |
Color Harmonies of #009DCC
Complementary color
Monochromatic Colors of #009DCC
Black with #009DCC
Text Example
Text Example
White with #009DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009DCC; }
p { color: rgb(0,157,204); }
H1.HeaderClassName
{
color: #009DCC;
}
.AnyTagClassName
{
color: #009DCC;
}
</style>
background-color css
<style>
a { background-color: #009DCC; }
a { background-color: rgb(0,157,204); }
div.DivClassName
{
background-color: #009DCC;
}
.BgClassName
{
background-color: #009DCC;
}
</style>
border-color css
<style>
span { border-color: #009DCC; }
span { border-color: rgb(0,157,204); }
td.TdClassName
{
border-color: #009DCC;
}
.TagClassName
{
border-color: #009DCC;
}
</style>