Shades of Pacific Blue #099EC0
Tints of Pacific Blue #099EC0
RGB
CMYK
RGB Variations
Color information
#099EC0 (or 0x099EC0) is known color: Pacific Blue. HEX triplet: 09, 9E and C0. RGB value is (9,158,192). Sum of RGB (Red+Green+Blue) = 9+158+192=359 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 192 (75.39% from 255 or 53.48% from 359); Max value from RGB is 192 - color contains mainly: blue. Hex color #099EC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099EC0 is #F6613F. Grayscale: #757575. Windows color (decimal): -16146752 or 12623369. OLE color: 12623369.
HSL color Cylindrical-coordinate representation of color #099EC0: hue angle of 191.15º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099EC0 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 158 | 192 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.25 |
| HSL | 191.15º | 0.91% | 0.39% | - |
| HSV(B) | 191.15º | 0.95% | 0.75% | - |
| XYZ | 21.85 | 28.32 | 54.18 | - |
| YUV | 117.33 | 170.14 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 158 | 192 | 0.95 | 0.18 | 0 | 0.25 | 191.15 | 0.91 | 0.39 |
| Hex | 9 | 9E | C0 | 5F | 12 | 0 | 19 | BF | 5B | 27 |
| Octal | 11 | 236 | 300 | 137 | 22 | 0 | 31 | 277 | 133 | 47 |
| Binary | 1001 | 10011110 | 11000000 | 1011111 | 10010 | 0 | 11001 | 10111111 | 1011011 | 100111 |
Color Harmonies of #099EC0
Complementary color
Monochromatic Colors of #099EC0
Black with #099EC0
Text Example
Text Example
White with #099EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099EC0; }
p { color: rgb(9,158,192); }
H1.HeaderClassName
{
color: #099EC0;
}
.AnyTagClassName
{
color: #099EC0;
}
</style>
background-color css
<style>
a { background-color: #099EC0; }
a { background-color: rgb(9,158,192); }
div.DivClassName
{
background-color: #099EC0;
}
.BgClassName
{
background-color: #099EC0;
}
</style>
border-color css
<style>
span { border-color: #099EC0; }
span { border-color: rgb(9,158,192); }
td.TdClassName
{
border-color: #099EC0;
}
.TagClassName
{
border-color: #099EC0;
}
</style>