Shades of Cerulean #0885AA
Tints of Cerulean #0885AA
RGB
CMYK
RGB Variations
Color information
#0885AA (or 0x0885AA) is known color: Cerulean. HEX triplet: 08, 85 and AA. RGB value is (8,133,170). Sum of RGB (Red+Green+Blue) = 8+133+170=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #0885AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0885AA is #F77A55. Grayscale: #636363. Windows color (decimal): -16218710 or 11175176. OLE color: 11175176.
HSL color Cylindrical-coordinate representation of color #0885AA: hue angle of 193.7º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0885AA is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 133 | 170 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.33 |
| HSL | 193.7º | 0.91% | 0.35% | - |
| HSV(B) | 193.7º | 0.95% | 0.67% | - |
| XYZ | 15.74 | 19.73 | 41.01 | - |
| YUV | 99.84 | 167.59 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 170 | 0.95 | 0.22 | 0 | 0.33 | 193.7 | 0.91 | 0.35 |
| Hex | 8 | 85 | AA | 5F | 16 | 0 | 21 | C2 | 5B | 23 |
| Octal | 10 | 205 | 252 | 137 | 26 | 0 | 41 | 302 | 133 | 43 |
| Binary | 1000 | 10000101 | 10101010 | 1011111 | 10110 | 0 | 100001 | 11000010 | 1011011 | 100011 |
Color Harmonies of #0885AA
Complementary color
Monochromatic Colors of #0885AA
Black with #0885AA
Text Example
Text Example
White with #0885AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0885AA; }
p { color: rgb(8,133,170); }
H1.HeaderClassName
{
color: #0885AA;
}
.AnyTagClassName
{
color: #0885AA;
}
</style>
background-color css
<style>
a { background-color: #0885AA; }
a { background-color: rgb(8,133,170); }
div.DivClassName
{
background-color: #0885AA;
}
.BgClassName
{
background-color: #0885AA;
}
</style>
border-color css
<style>
span { border-color: #0885AA; }
span { border-color: rgb(8,133,170); }
td.TdClassName
{
border-color: #0885AA;
}
.TagClassName
{
border-color: #0885AA;
}
</style>