Shades of Pacific Blue #099ECE
Tints of Pacific Blue #099ECE
RGB
CMYK
RGB Variations
Color information
#099ECE (or 0x099ECE) is known color: Pacific Blue. HEX triplet: 09, 9E and CE. RGB value is (9,158,206). Sum of RGB (Red+Green+Blue) = 9+158+206=373 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #099ECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099ECE is #F66131. Grayscale: #767676. Windows color (decimal): -16146738 or 13540873. OLE color: 13540873.
HSL color Cylindrical-coordinate representation of color #099ECE: hue angle of 194.62º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099ECE is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 158 | 206 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.19 |
| HSL | 194.62º | 0.92% | 0.42% | - |
| HSV(B) | 194.62º | 0.96% | 0.81% | - |
| XYZ | 23.48 | 28.97 | 62.75 | - |
| YUV | 118.92 | 177.14 | 49.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 158 | 206 | 0.96 | 0.23 | 0 | 0.19 | 194.62 | 0.92 | 0.42 |
| Hex | 9 | 9E | CE | 60 | 17 | 0 | 13 | C3 | 5C | 2A |
| Octal | 11 | 236 | 316 | 140 | 27 | 0 | 23 | 303 | 134 | 52 |
| Binary | 1001 | 10011110 | 11001110 | 1100000 | 10111 | 0 | 10011 | 11000011 | 1011100 | 101010 |
Color Harmonies of #099ECE
Complementary color
Monochromatic Colors of #099ECE
Black with #099ECE
Text Example
Text Example
White with #099ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099ECE; }
p { color: rgb(9,158,206); }
H1.HeaderClassName
{
color: #099ECE;
}
.AnyTagClassName
{
color: #099ECE;
}
</style>
background-color css
<style>
a { background-color: #099ECE; }
a { background-color: rgb(9,158,206); }
div.DivClassName
{
background-color: #099ECE;
}
.BgClassName
{
background-color: #099ECE;
}
</style>
border-color css
<style>
span { border-color: #099ECE; }
span { border-color: rgb(9,158,206); }
td.TdClassName
{
border-color: #099ECE;
}
.TagClassName
{
border-color: #099ECE;
}
</style>