Shades of Pacific Blue #009EE7
Tints of Pacific Blue #009EE7
RGB
CMYK
RGB Variations
Color information
#009EE7 (or 0x009EE7) is known color: Pacific Blue. HEX triplet: 00, 9E and E7. RGB value is (0,158,231). Sum of RGB (Red+Green+Blue) = 0+158+231=389 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 231 (90.62% from 255 or 59.38% from 389); Max value from RGB is 231 - color contains mainly: blue. Hex color #009EE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009EE7 is #FF6118. Grayscale: #767676. Windows color (decimal): -16736537 or 15179264. OLE color: 15179264.
HSL color Cylindrical-coordinate representation of color #009EE7: hue angle of 198.96º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009EE7 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 158 | 231 | - |
| CMYK | 1 | 0.32 | 0 | 0.09 |
| HSL | 198.96º | 1% | 0.45% | - |
| HSV(B) | 198.96º | 1% | 0.91% | - |
| XYZ | 26.65 | 30.22 | 80.03 | - |
| YUV | 119.08 | 191.15 | 43.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 158 | 231 | 1 | 0.32 | 0 | 0.09 | 198.96 | 1 | 0.45 |
| Hex | 0 | 9E | E7 | 64 | 20 | 0 | 9 | C7 | 64 | 2D |
| Octal | 0 | 236 | 347 | 144 | 40 | 0 | 11 | 307 | 144 | 55 |
| Binary | 0 | 10011110 | 11100111 | 1100100 | 100000 | 0 | 1001 | 11000111 | 1100100 | 101101 |
Color Harmonies of #009EE7
Complementary color
Monochromatic Colors of #009EE7
Black with #009EE7
Text Example
Text Example
White with #009EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009EE7; }
p { color: rgb(0,158,231); }
H1.HeaderClassName
{
color: #009EE7;
}
.AnyTagClassName
{
color: #009EE7;
}
</style>
background-color css
<style>
a { background-color: #009EE7; }
a { background-color: rgb(0,158,231); }
div.DivClassName
{
background-color: #009EE7;
}
.BgClassName
{
background-color: #009EE7;
}
</style>
border-color css
<style>
span { border-color: #009EE7; }
span { border-color: rgb(0,158,231); }
td.TdClassName
{
border-color: #009EE7;
}
.TagClassName
{
border-color: #009EE7;
}
</style>