Shades of Pacific Blue #009EC4
Tints of Pacific Blue #009EC4
RGB
CMYK
RGB Variations
Color information
#009EC4 (or 0x009EC4) is known color: Pacific Blue. HEX triplet: 00, 9E and C4. RGB value is (0,158,196). Sum of RGB (Red+Green+Blue) = 0+158+196=354 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 196 (76.95% from 255 or 55.37% from 354); Max value from RGB is 196 - color contains mainly: blue. Hex color #009EC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009EC4 is #FF613B. Grayscale: #727272. Windows color (decimal): -16736572 or 12885504. OLE color: 12885504.
HSL color Cylindrical-coordinate representation of color #009EC4: hue angle of 191.63º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009EC4 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 158 | 196 | - |
| CMYK | 1 | 0.19 | 0 | 0.23 |
| HSL | 191.63º | 1% | 0.38% | - |
| HSV(B) | 191.63º | 1% | 0.77% | - |
| XYZ | 22.19 | 28.44 | 56.54 | - |
| YUV | 115.09 | 173.65 | 45.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 158 | 196 | 1 | 0.19 | 0 | 0.23 | 191.63 | 1 | 0.38 |
| Hex | 0 | 9E | C4 | 64 | 13 | 0 | 17 | C0 | 64 | 26 |
| Octal | 0 | 236 | 304 | 144 | 23 | 0 | 27 | 300 | 144 | 46 |
| Binary | 0 | 10011110 | 11000100 | 1100100 | 10011 | 0 | 10111 | 11000000 | 1100100 | 100110 |
Color Harmonies of #009EC4
Complementary color
Monochromatic Colors of #009EC4
Black with #009EC4
Text Example
Text Example
White with #009EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009EC4; }
p { color: rgb(0,158,196); }
H1.HeaderClassName
{
color: #009EC4;
}
.AnyTagClassName
{
color: #009EC4;
}
</style>
background-color css
<style>
a { background-color: #009EC4; }
a { background-color: rgb(0,158,196); }
div.DivClassName
{
background-color: #009EC4;
}
.BgClassName
{
background-color: #009EC4;
}
</style>
border-color css
<style>
span { border-color: #009EC4; }
span { border-color: rgb(0,158,196); }
td.TdClassName
{
border-color: #009EC4;
}
.TagClassName
{
border-color: #009EC4;
}
</style>