Shades of Pacific Blue #009EDE
Tints of Pacific Blue #009EDE
RGB
CMYK
RGB Variations
Color information
#009EDE (or 0x009EDE) is known color: Pacific Blue. HEX triplet: 00, 9E and DE. RGB value is (0,158,222). Sum of RGB (Red+Green+Blue) = 0+158+222=380 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #009EDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009EDE is #FF6121. Grayscale: #757575. Windows color (decimal): -16736546 or 14589440. OLE color: 14589440.
HSL color Cylindrical-coordinate representation of color #009EDE: hue angle of 197.3º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009EDE is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 158 | 222 | - |
| CMYK | 1 | 0.29 | 0 | 0.13 |
| HSL | 197.3º | 1% | 0.44% | - |
| HSV(B) | 197.3º | 1% | 0.87% | - |
| XYZ | 25.41 | 29.73 | 73.51 | - |
| YUV | 118.05 | 186.65 | 43.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 158 | 222 | 1 | 0.29 | 0 | 0.13 | 197.3 | 1 | 0.44 |
| Hex | 0 | 9E | DE | 64 | 1D | 0 | D | C5 | 64 | 2C |
| Octal | 0 | 236 | 336 | 144 | 35 | 0 | 15 | 305 | 144 | 54 |
| Binary | 0 | 10011110 | 11011110 | 1100100 | 11101 | 0 | 1101 | 11000101 | 1100100 | 101100 |
Color Harmonies of #009EDE
Complementary color
Monochromatic Colors of #009EDE
Black with #009EDE
Text Example
Text Example
White with #009EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009EDE; }
p { color: rgb(0,158,222); }
H1.HeaderClassName
{
color: #009EDE;
}
.AnyTagClassName
{
color: #009EDE;
}
</style>
background-color css
<style>
a { background-color: #009EDE; }
a { background-color: rgb(0,158,222); }
div.DivClassName
{
background-color: #009EDE;
}
.BgClassName
{
background-color: #009EDE;
}
</style>
border-color css
<style>
span { border-color: #009EDE; }
span { border-color: rgb(0,158,222); }
td.TdClassName
{
border-color: #009EDE;
}
.TagClassName
{
border-color: #009EDE;
}
</style>