Shades of Cerulean #0286AB
Tints of Cerulean #0286AB
RGB
CMYK
RGB Variations
Color information
#0286AB (or 0x0286AB) is known color: Cerulean. HEX triplet: 02, 86 and AB. RGB value is (2,134,171). Sum of RGB (Red+Green+Blue) = 2+134+171=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #0286AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0286AB is #FD7954. Grayscale: #626262. Windows color (decimal): -16611669 or 11240962. OLE color: 11240962.
HSL color Cylindrical-coordinate representation of color #0286AB: hue angle of 193.14º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0286AB is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 134 | 171 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.33 |
| HSL | 193.14º | 0.98% | 0.34% | - |
| HSV(B) | 193.14º | 0.99% | 0.67% | - |
| XYZ | 15.9 | 20 | 41.55 | - |
| YUV | 98.75 | 168.77 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 134 | 171 | 0.99 | 0.22 | 0 | 0.33 | 193.14 | 0.98 | 0.34 |
| Hex | 2 | 86 | AB | 63 | 16 | 0 | 21 | C1 | 62 | 22 |
| Octal | 2 | 206 | 253 | 143 | 26 | 0 | 41 | 301 | 142 | 42 |
| Binary | 10 | 10000110 | 10101011 | 1100011 | 10110 | 0 | 100001 | 11000001 | 1100010 | 100010 |
Color Harmonies of #0286AB
Complementary color
Monochromatic Colors of #0286AB
Black with #0286AB
Text Example
Text Example
White with #0286AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0286AB; }
p { color: rgb(2,134,171); }
H1.HeaderClassName
{
color: #0286AB;
}
.AnyTagClassName
{
color: #0286AB;
}
</style>
background-color css
<style>
a { background-color: #0286AB; }
a { background-color: rgb(2,134,171); }
div.DivClassName
{
background-color: #0286AB;
}
.BgClassName
{
background-color: #0286AB;
}
</style>
border-color css
<style>
span { border-color: #0286AB; }
span { border-color: rgb(2,134,171); }
td.TdClassName
{
border-color: #0286AB;
}
.TagClassName
{
border-color: #0286AB;
}
</style>