Shades of Cerulean #0884AB
Tints of Cerulean #0884AB
RGB
CMYK
RGB Variations
Color information
#0884AB (or 0x0884AB) is known color: Cerulean. HEX triplet: 08, 84 and AB. RGB value is (8,132,171). Sum of RGB (Red+Green+Blue) = 8+132+171=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #0884AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0884AB is #F77B54. Grayscale: #636363. Windows color (decimal): -16218965 or 11240456. OLE color: 11240456.
HSL color Cylindrical-coordinate representation of color #0884AB: hue angle of 194.36º 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 #0884AB is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 132 | 171 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.33 |
| HSL | 194.36º | 0.91% | 0.35% | - |
| HSV(B) | 194.36º | 0.95% | 0.67% | - |
| XYZ | 15.7 | 19.49 | 41.46 | - |
| YUV | 99.37 | 168.42 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 132 | 171 | 0.95 | 0.23 | 0 | 0.33 | 194.36 | 0.91 | 0.35 |
| Hex | 8 | 84 | AB | 5F | 17 | 0 | 21 | C2 | 5B | 23 |
| Octal | 10 | 204 | 253 | 137 | 27 | 0 | 41 | 302 | 133 | 43 |
| Binary | 1000 | 10000100 | 10101011 | 1011111 | 10111 | 0 | 100001 | 11000010 | 1011011 | 100011 |
Color Harmonies of #0884AB
Complementary color
Monochromatic Colors of #0884AB
Black with #0884AB
Text Example
Text Example
White with #0884AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0884AB; }
p { color: rgb(8,132,171); }
H1.HeaderClassName
{
color: #0884AB;
}
.AnyTagClassName
{
color: #0884AB;
}
</style>
background-color css
<style>
a { background-color: #0884AB; }
a { background-color: rgb(8,132,171); }
div.DivClassName
{
background-color: #0884AB;
}
.BgClassName
{
background-color: #0884AB;
}
</style>
border-color css
<style>
span { border-color: #0884AB; }
span { border-color: rgb(8,132,171); }
td.TdClassName
{
border-color: #0884AB;
}
.TagClassName
{
border-color: #0884AB;
}
</style>