Shades of Pacific Blue #099ACC
Tints of Pacific Blue #099ACC
RGB
CMYK
RGB Variations
Color information
#099ACC (or 0x099ACC) is known color: Pacific Blue. HEX triplet: 09, 9A and CC. RGB value is (9,154,204). Sum of RGB (Red+Green+Blue) = 9+154+204=367 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #099ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099ACC is #F66533. Grayscale: #747474. Windows color (decimal): -16147764 or 13408777. OLE color: 13408777.
HSL color Cylindrical-coordinate representation of color #099ACC: hue angle of 195.38º 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 #099ACC is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 154 | 204 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.2 |
| HSL | 195.38º | 0.92% | 0.42% | - |
| HSV(B) | 195.38º | 0.96% | 0.8% | - |
| XYZ | 22.57 | 27.53 | 61.25 | - |
| YUV | 116.35 | 177.46 | 51.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 154 | 204 | 0.96 | 0.25 | 0 | 0.2 | 195.38 | 0.92 | 0.42 |
| Hex | 9 | 9A | CC | 60 | 19 | 0 | 14 | C3 | 5C | 2A |
| Octal | 11 | 232 | 314 | 140 | 31 | 0 | 24 | 303 | 134 | 52 |
| Binary | 1001 | 10011010 | 11001100 | 1100000 | 11001 | 0 | 10100 | 11000011 | 1011100 | 101010 |
Color Harmonies of #099ACC
Complementary color
Monochromatic Colors of #099ACC
Black with #099ACC
Text Example
Text Example
White with #099ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099ACC; }
p { color: rgb(9,154,204); }
H1.HeaderClassName
{
color: #099ACC;
}
.AnyTagClassName
{
color: #099ACC;
}
</style>
background-color css
<style>
a { background-color: #099ACC; }
a { background-color: rgb(9,154,204); }
div.DivClassName
{
background-color: #099ACC;
}
.BgClassName
{
background-color: #099ACC;
}
</style>
border-color css
<style>
span { border-color: #099ACC; }
span { border-color: rgb(9,154,204); }
td.TdClassName
{
border-color: #099ACC;
}
.TagClassName
{
border-color: #099ACC;
}
</style>