Shades of Pacific Blue #099ECC
Tints of Pacific Blue #099ECC
RGB
CMYK
RGB Variations
Color information
#099ECC (or 0x099ECC) is known color: Pacific Blue. HEX triplet: 09, 9E and CC. RGB value is (9,158,204). Sum of RGB (Red+Green+Blue) = 9+158+204=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #099ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099ECC is #F66133. Grayscale: #767676. Windows color (decimal): -16146740 or 13409801. OLE color: 13409801.
HSL color Cylindrical-coordinate representation of color #099ECC: hue angle of 194.15º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099ECC is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 158 | 204 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.2 |
| HSL | 194.15º | 0.92% | 0.42% | - |
| HSV(B) | 194.15º | 0.96% | 0.8% | - |
| XYZ | 23.24 | 28.87 | 61.47 | - |
| YUV | 118.69 | 176.14 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 158 | 204 | 0.96 | 0.23 | 0 | 0.2 | 194.15 | 0.92 | 0.42 |
| Hex | 9 | 9E | CC | 60 | 17 | 0 | 14 | C2 | 5C | 2A |
| Octal | 11 | 236 | 314 | 140 | 27 | 0 | 24 | 302 | 134 | 52 |
| Binary | 1001 | 10011110 | 11001100 | 1100000 | 10111 | 0 | 10100 | 11000010 | 1011100 | 101010 |
Color Harmonies of #099ECC
Complementary color
Monochromatic Colors of #099ECC
Black with #099ECC
Text Example
Text Example
White with #099ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099ECC; }
p { color: rgb(9,158,204); }
H1.HeaderClassName
{
color: #099ECC;
}
.AnyTagClassName
{
color: #099ECC;
}
</style>
background-color css
<style>
a { background-color: #099ECC; }
a { background-color: rgb(9,158,204); }
div.DivClassName
{
background-color: #099ECC;
}
.BgClassName
{
background-color: #099ECC;
}
</style>
border-color css
<style>
span { border-color: #099ECC; }
span { border-color: rgb(9,158,204); }
td.TdClassName
{
border-color: #099ECC;
}
.TagClassName
{
border-color: #099ECC;
}
</style>