Shades of Pacific Blue #099ACE
Tints of Pacific Blue #099ACE
RGB
CMYK
RGB Variations
Color information
#099ACE (or 0x099ACE) is known color: Pacific Blue. HEX triplet: 09, 9A and CE. RGB value is (9,154,206). Sum of RGB (Red+Green+Blue) = 9+154+206=369 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.44% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #099ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099ACE is #F66531. Grayscale: #747474. Windows color (decimal): -16147762 or 13539849. OLE color: 13539849.
HSL color Cylindrical-coordinate representation of color #099ACE: hue angle of 195.84º 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 #099ACE is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 154 | 206 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.19 |
| HSL | 195.84º | 0.92% | 0.42% | - |
| HSV(B) | 195.84º | 0.96% | 0.81% | - |
| XYZ | 22.81 | 27.63 | 62.52 | - |
| YUV | 116.57 | 178.46 | 51.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 154 | 206 | 0.96 | 0.25 | 0 | 0.19 | 195.84 | 0.92 | 0.42 |
| Hex | 9 | 9A | CE | 60 | 19 | 0 | 13 | C4 | 5C | 2A |
| Octal | 11 | 232 | 316 | 140 | 31 | 0 | 23 | 304 | 134 | 52 |
| Binary | 1001 | 10011010 | 11001110 | 1100000 | 11001 | 0 | 10011 | 11000100 | 1011100 | 101010 |
Color Harmonies of #099ACE
Complementary color
Monochromatic Colors of #099ACE
Black with #099ACE
Text Example
Text Example
White with #099ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099ACE; }
p { color: rgb(9,154,206); }
H1.HeaderClassName
{
color: #099ACE;
}
.AnyTagClassName
{
color: #099ACE;
}
</style>
background-color css
<style>
a { background-color: #099ACE; }
a { background-color: rgb(9,154,206); }
div.DivClassName
{
background-color: #099ACE;
}
.BgClassName
{
background-color: #099ACE;
}
</style>
border-color css
<style>
span { border-color: #099ACE; }
span { border-color: rgb(9,154,206); }
td.TdClassName
{
border-color: #099ACE;
}
.TagClassName
{
border-color: #099ACE;
}
</style>