Shades of Pacific Blue #099EC9
Tints of Pacific Blue #099EC9
RGB
CMYK
RGB Variations
Color information
#099EC9 (or 0x099EC9) is known color: Pacific Blue. HEX triplet: 09, 9E and C9. RGB value is (9,158,201). Sum of RGB (Red+Green+Blue) = 9+158+201=368 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 201 (78.91% from 255 or 54.62% from 368); Max value from RGB is 201 - color contains mainly: blue. Hex color #099EC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099EC9 is #F66136. Grayscale: #767676. Windows color (decimal): -16146743 or 13213193. OLE color: 13213193.
HSL color Cylindrical-coordinate representation of color #099EC9: hue angle of 193.44º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099EC9 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 158 | 201 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.21 |
| HSL | 193.44º | 0.91% | 0.41% | - |
| HSV(B) | 193.44º | 0.96% | 0.79% | - |
| XYZ | 22.88 | 28.73 | 59.6 | - |
| YUV | 118.35 | 174.64 | 50 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 158 | 201 | 0.96 | 0.21 | 0 | 0.21 | 193.44 | 0.91 | 0.41 |
| Hex | 9 | 9E | C9 | 60 | 15 | 0 | 15 | C1 | 5B | 29 |
| Octal | 11 | 236 | 311 | 140 | 25 | 0 | 25 | 301 | 133 | 51 |
| Binary | 1001 | 10011110 | 11001001 | 1100000 | 10101 | 0 | 10101 | 11000001 | 1011011 | 101001 |
Color Harmonies of #099EC9
Complementary color
Monochromatic Colors of #099EC9
Black with #099EC9
Text Example
Text Example
White with #099EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099EC9; }
p { color: rgb(9,158,201); }
H1.HeaderClassName
{
color: #099EC9;
}
.AnyTagClassName
{
color: #099EC9;
}
</style>
background-color css
<style>
a { background-color: #099EC9; }
a { background-color: rgb(9,158,201); }
div.DivClassName
{
background-color: #099EC9;
}
.BgClassName
{
background-color: #099EC9;
}
</style>
border-color css
<style>
span { border-color: #099EC9; }
span { border-color: rgb(9,158,201); }
td.TdClassName
{
border-color: #099EC9;
}
.TagClassName
{
border-color: #099EC9;
}
</style>