Shades of Pacific Blue #009EE9
Tints of Pacific Blue #009EE9
RGB
CMYK
RGB Variations
Color information
#009EE9 (or 0x009EE9) is known color: Pacific Blue. HEX triplet: 00, 9E and E9. RGB value is (0,158,233). Sum of RGB (Red+Green+Blue) = 0+158+233=391 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 233 (91.41% from 255 or 59.59% from 391); Max value from RGB is 233 - color contains mainly: blue. Hex color #009EE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009EE9 is #FF6116. Grayscale: #767676. Windows color (decimal): -16736535 or 15310336. OLE color: 15310336.
HSL color Cylindrical-coordinate representation of color #009EE9: hue angle of 199.31º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009EE9 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 158 | 233 | - |
| CMYK | 1 | 0.32 | 0 | 0.09 |
| HSL | 199.31º | 1% | 0.46% | - |
| HSV(B) | 199.31º | 1% | 0.91% | - |
| XYZ | 26.93 | 30.34 | 81.53 | - |
| YUV | 119.31 | 192.15 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 158 | 233 | 1 | 0.32 | 0 | 0.09 | 199.31 | 1 | 0.46 |
| Hex | 0 | 9E | E9 | 64 | 20 | 0 | 9 | C7 | 64 | 2E |
| Octal | 0 | 236 | 351 | 144 | 40 | 0 | 11 | 307 | 144 | 56 |
| Binary | 0 | 10011110 | 11101001 | 1100100 | 100000 | 0 | 1001 | 11000111 | 1100100 | 101110 |
Color Harmonies of #009EE9
Complementary color
Monochromatic Colors of #009EE9
Black with #009EE9
Text Example
Text Example
White with #009EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009EE9; }
p { color: rgb(0,158,233); }
H1.HeaderClassName
{
color: #009EE9;
}
.AnyTagClassName
{
color: #009EE9;
}
</style>
background-color css
<style>
a { background-color: #009EE9; }
a { background-color: rgb(0,158,233); }
div.DivClassName
{
background-color: #009EE9;
}
.BgClassName
{
background-color: #009EE9;
}
</style>
border-color css
<style>
span { border-color: #009EE9; }
span { border-color: rgb(0,158,233); }
td.TdClassName
{
border-color: #009EE9;
}
.TagClassName
{
border-color: #009EE9;
}
</style>