Shades of Cerulean #0285AB
Tints of Cerulean #0285AB
RGB
CMYK
RGB Variations
Color information
#0285AB (or 0x0285AB) is known color: Cerulean. HEX triplet: 02, 85 and AB. RGB value is (2,133,171). Sum of RGB (Red+Green+Blue) = 2+133+171=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #0285AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0285AB is #FD7A54. Grayscale: #616161. Windows color (decimal): -16611925 or 11240706. OLE color: 11240706.
HSL color Cylindrical-coordinate representation of color #0285AB: hue angle of 193.49º 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 #0285AB is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 133 | 171 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.33 |
| HSL | 193.49º | 0.98% | 0.34% | - |
| HSV(B) | 193.49º | 0.99% | 0.67% | - |
| XYZ | 15.76 | 19.73 | 41.51 | - |
| YUV | 98.16 | 169.1 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 133 | 171 | 0.99 | 0.22 | 0 | 0.33 | 193.49 | 0.98 | 0.34 |
| Hex | 2 | 85 | AB | 63 | 16 | 0 | 21 | C1 | 62 | 22 |
| Octal | 2 | 205 | 253 | 143 | 26 | 0 | 41 | 301 | 142 | 42 |
| Binary | 10 | 10000101 | 10101011 | 1100011 | 10110 | 0 | 100001 | 11000001 | 1100010 | 100010 |
Color Harmonies of #0285AB
Complementary color
Monochromatic Colors of #0285AB
Black with #0285AB
Text Example
Text Example
White with #0285AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0285AB; }
p { color: rgb(2,133,171); }
H1.HeaderClassName
{
color: #0285AB;
}
.AnyTagClassName
{
color: #0285AB;
}
</style>
background-color css
<style>
a { background-color: #0285AB; }
a { background-color: rgb(2,133,171); }
div.DivClassName
{
background-color: #0285AB;
}
.BgClassName
{
background-color: #0285AB;
}
</style>
border-color css
<style>
span { border-color: #0285AB; }
span { border-color: rgb(2,133,171); }
td.TdClassName
{
border-color: #0285AB;
}
.TagClassName
{
border-color: #0285AB;
}
</style>