Shades of Cerulean #0882AB
Tints of Cerulean #0882AB
RGB
CMYK
RGB Variations
Color information
#0882AB (or 0x0882AB) is known color: Cerulean. HEX triplet: 08, 82 and AB. RGB value is (8,130,171). Sum of RGB (Red+Green+Blue) = 8+130+171=309 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.59% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #0882AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0882AB is #F77D54. Grayscale: #616161. Windows color (decimal): -16219477 or 11239944. OLE color: 11239944.
HSL color Cylindrical-coordinate representation of color #0882AB: hue angle of 195.09º 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 #0882AB is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 130 | 171 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.33 |
| HSL | 195.09º | 0.91% | 0.35% | - |
| HSV(B) | 195.09º | 0.95% | 0.67% | - |
| XYZ | 15.43 | 18.96 | 41.37 | - |
| YUV | 98.2 | 169.08 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 171 | 0.95 | 0.24 | 0 | 0.33 | 195.09 | 0.91 | 0.35 |
| Hex | 8 | 82 | AB | 5F | 18 | 0 | 21 | C3 | 5B | 23 |
| Octal | 10 | 202 | 253 | 137 | 30 | 0 | 41 | 303 | 133 | 43 |
| Binary | 1000 | 10000010 | 10101011 | 1011111 | 11000 | 0 | 100001 | 11000011 | 1011011 | 100011 |
Color Harmonies of #0882AB
Complementary color
Monochromatic Colors of #0882AB
Black with #0882AB
Text Example
Text Example
White with #0882AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0882AB; }
p { color: rgb(8,130,171); }
H1.HeaderClassName
{
color: #0882AB;
}
.AnyTagClassName
{
color: #0882AB;
}
</style>
background-color css
<style>
a { background-color: #0882AB; }
a { background-color: rgb(8,130,171); }
div.DivClassName
{
background-color: #0882AB;
}
.BgClassName
{
background-color: #0882AB;
}
</style>
border-color css
<style>
span { border-color: #0882AB; }
span { border-color: rgb(8,130,171); }
td.TdClassName
{
border-color: #0882AB;
}
.TagClassName
{
border-color: #0882AB;
}
</style>