Shades of Pacific Blue #009ED2
Tints of Pacific Blue #009ED2
RGB
CMYK
RGB Variations
Color information
#009ED2 (or 0x009ED2) is known color: Pacific Blue. HEX triplet: 00, 9E and D2. RGB value is (0,158,210). Sum of RGB (Red+Green+Blue) = 0+158+210=368 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 210 (82.42% from 255 or 57.07% from 368); Max value from RGB is 210 - color contains mainly: blue. Hex color #009ED2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009ED2 is #FF612D. Grayscale: #747474. Windows color (decimal): -16736558 or 13803008. OLE color: 13803008.
HSL color Cylindrical-coordinate representation of color #009ED2: hue angle of 194.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009ED2 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 158 | 210 | - |
| CMYK | 1 | 0.25 | 0 | 0.18 |
| HSL | 194.86º | 1% | 0.41% | - |
| HSV(B) | 194.86º | 1% | 0.82% | - |
| XYZ | 23.86 | 29.11 | 65.33 | - |
| YUV | 116.69 | 180.65 | 44.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 158 | 210 | 1 | 0.25 | 0 | 0.18 | 194.86 | 1 | 0.41 |
| Hex | 0 | 9E | D2 | 64 | 19 | 0 | 12 | C3 | 64 | 29 |
| Octal | 0 | 236 | 322 | 144 | 31 | 0 | 22 | 303 | 144 | 51 |
| Binary | 0 | 10011110 | 11010010 | 1100100 | 11001 | 0 | 10010 | 11000011 | 1100100 | 101001 |
Color Harmonies of #009ED2
Complementary color
Monochromatic Colors of #009ED2
Black with #009ED2
Text Example
Text Example
White with #009ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009ED2; }
p { color: rgb(0,158,210); }
H1.HeaderClassName
{
color: #009ED2;
}
.AnyTagClassName
{
color: #009ED2;
}
</style>
background-color css
<style>
a { background-color: #009ED2; }
a { background-color: rgb(0,158,210); }
div.DivClassName
{
background-color: #009ED2;
}
.BgClassName
{
background-color: #009ED2;
}
</style>
border-color css
<style>
span { border-color: #009ED2; }
span { border-color: rgb(0,158,210); }
td.TdClassName
{
border-color: #009ED2;
}
.TagClassName
{
border-color: #009ED2;
}
</style>