Shades of Pacific Blue #009DCE
Tints of Pacific Blue #009DCE
RGB
CMYK
RGB Variations
Color information
#009DCE (or 0x009DCE) is known color: Pacific Blue. HEX triplet: 00, 9D and CE. RGB value is (0,157,206). Sum of RGB (Red+Green+Blue) = 0+157+206=363 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #009DCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009DCE is #FF6231. Grayscale: #737373. Windows color (decimal): -16736818 or 13540608. OLE color: 13540608.
HSL color Cylindrical-coordinate representation of color #009DCE: hue angle of 194.27º 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 #009DCE is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 157 | 206 | - |
| CMYK | 1 | 0.24 | 0 | 0.19 |
| HSL | 194.27º | 1% | 0.4% | - |
| HSV(B) | 194.27º | 1% | 0.81% | - |
| XYZ | 23.2 | 28.57 | 62.68 | - |
| YUV | 115.64 | 178.99 | 45.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 206 | 1 | 0.24 | 0 | 0.19 | 194.27 | 1 | 0.4 |
| Hex | 0 | 9D | CE | 64 | 18 | 0 | 13 | C2 | 64 | 28 |
| Octal | 0 | 235 | 316 | 144 | 30 | 0 | 23 | 302 | 144 | 50 |
| Binary | 0 | 10011101 | 11001110 | 1100100 | 11000 | 0 | 10011 | 11000010 | 1100100 | 101000 |
Color Harmonies of #009DCE
Complementary color
Monochromatic Colors of #009DCE
Black with #009DCE
Text Example
Text Example
White with #009DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009DCE; }
p { color: rgb(0,157,206); }
H1.HeaderClassName
{
color: #009DCE;
}
.AnyTagClassName
{
color: #009DCE;
}
</style>
background-color css
<style>
a { background-color: #009DCE; }
a { background-color: rgb(0,157,206); }
div.DivClassName
{
background-color: #009DCE;
}
.BgClassName
{
background-color: #009DCE;
}
</style>
border-color css
<style>
span { border-color: #009DCE; }
span { border-color: rgb(0,157,206); }
td.TdClassName
{
border-color: #009DCE;
}
.TagClassName
{
border-color: #009DCE;
}
</style>