Shades of Cerulean #0486AB
Tints of Cerulean #0486AB
RGB
CMYK
RGB Variations
Color information
#0486AB (or 0x0486AB) is known color: Cerulean. HEX triplet: 04, 86 and AB. RGB value is (4,134,171). Sum of RGB (Red+Green+Blue) = 4+134+171=309 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 309); Green value is 134 (52.73% from 255 or 43.37% 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 #0486AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0486AB is #FB7954. Grayscale: #636363. Windows color (decimal): -16480597 or 11240964. OLE color: 11240964.
HSL color Cylindrical-coordinate representation of color #0486AB: hue angle of 193.29º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0486AB is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 134 | 171 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.33 |
| HSL | 193.29º | 0.95% | 0.34% | - |
| HSV(B) | 193.29º | 0.98% | 0.67% | - |
| XYZ | 15.93 | 20.02 | 41.55 | - |
| YUV | 99.35 | 168.43 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 134 | 171 | 0.98 | 0.22 | 0 | 0.33 | 193.29 | 0.95 | 0.34 |
| Hex | 4 | 86 | AB | 62 | 16 | 0 | 21 | C1 | 5F | 22 |
| Octal | 4 | 206 | 253 | 142 | 26 | 0 | 41 | 301 | 137 | 42 |
| Binary | 100 | 10000110 | 10101011 | 1100010 | 10110 | 0 | 100001 | 11000001 | 1011111 | 100010 |
Color Harmonies of #0486AB
Complementary color
Monochromatic Colors of #0486AB
Black with #0486AB
Text Example
Text Example
White with #0486AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0486AB; }
p { color: rgb(4,134,171); }
H1.HeaderClassName
{
color: #0486AB;
}
.AnyTagClassName
{
color: #0486AB;
}
</style>
background-color css
<style>
a { background-color: #0486AB; }
a { background-color: rgb(4,134,171); }
div.DivClassName
{
background-color: #0486AB;
}
.BgClassName
{
background-color: #0486AB;
}
</style>
border-color css
<style>
span { border-color: #0486AB; }
span { border-color: rgb(4,134,171); }
td.TdClassName
{
border-color: #0486AB;
}
.TagClassName
{
border-color: #0486AB;
}
</style>