Shades of Pacific Blue #009EE6
Tints of Pacific Blue #009EE6
RGB
CMYK
RGB Variations
Color information
#009EE6 (or 0x009EE6) is known color: Pacific Blue. HEX triplet: 00, 9E and E6. RGB value is (0,158,230). Sum of RGB (Red+Green+Blue) = 0+158+230=388 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 230 (90.23% from 255 or 59.28% from 388); Max value from RGB is 230 - color contains mainly: blue. Hex color #009EE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009EE6 is #FF6119. Grayscale: #767676. Windows color (decimal): -16736538 or 15113728. OLE color: 15113728.
HSL color Cylindrical-coordinate representation of color #009EE6: hue angle of 198.78º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009EE6 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 158 | 230 | - |
| CMYK | 1 | 0.31 | 0 | 0.10 |
| HSL | 198.78º | 1% | 0.45% | - |
| HSV(B) | 198.78º | 1% | 0.9% | - |
| XYZ | 26.51 | 30.17 | 79.29 | - |
| YUV | 118.97 | 190.65 | 43.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 158 | 230 | 1 | 0.31 | 0 | 0.10 | 198.78 | 1 | 0.45 |
| Hex | 0 | 9E | E6 | 64 | 1F | 0 | A | C7 | 64 | 2D |
| Octal | 0 | 236 | 346 | 144 | 37 | 0 | 12 | 307 | 144 | 55 |
| Binary | 0 | 10011110 | 11100110 | 1100100 | 11111 | 0 | 1010 | 11000111 | 1100100 | 101101 |
Color Harmonies of #009EE6
Complementary color
Monochromatic Colors of #009EE6
Black with #009EE6
Text Example
Text Example
White with #009EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009EE6; }
p { color: rgb(0,158,230); }
H1.HeaderClassName
{
color: #009EE6;
}
.AnyTagClassName
{
color: #009EE6;
}
</style>
background-color css
<style>
a { background-color: #009EE6; }
a { background-color: rgb(0,158,230); }
div.DivClassName
{
background-color: #009EE6;
}
.BgClassName
{
background-color: #009EE6;
}
</style>
border-color css
<style>
span { border-color: #009EE6; }
span { border-color: rgb(0,158,230); }
td.TdClassName
{
border-color: #009EE6;
}
.TagClassName
{
border-color: #009EE6;
}
</style>