Shades of Cerulean #0285AC
Tints of Cerulean #0285AC
RGB
CMYK
RGB Variations
Color information
#0285AC (or 0x0285AC) is known color: Cerulean. HEX triplet: 02, 85 and AC. RGB value is (2,133,172). Sum of RGB (Red+Green+Blue) = 2+133+172=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #0285AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0285AC is #FD7A53. Grayscale: #616161. Windows color (decimal): -16611924 or 11306242. OLE color: 11306242.
HSL color Cylindrical-coordinate representation of color #0285AC: hue angle of 193.76º 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 #0285AC is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 133 | 172 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.33 |
| HSL | 193.76º | 0.98% | 0.34% | - |
| HSV(B) | 193.76º | 0.99% | 0.67% | - |
| XYZ | 15.86 | 19.77 | 42.01 | - |
| YUV | 98.28 | 169.6 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 133 | 172 | 0.99 | 0.23 | 0 | 0.33 | 193.76 | 0.98 | 0.34 |
| Hex | 2 | 85 | AC | 63 | 17 | 0 | 21 | C2 | 62 | 22 |
| Octal | 2 | 205 | 254 | 143 | 27 | 0 | 41 | 302 | 142 | 42 |
| Binary | 10 | 10000101 | 10101100 | 1100011 | 10111 | 0 | 100001 | 11000010 | 1100010 | 100010 |
Color Harmonies of #0285AC
Complementary color
Monochromatic Colors of #0285AC
Black with #0285AC
Text Example
Text Example
White with #0285AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0285AC; }
p { color: rgb(2,133,172); }
H1.HeaderClassName
{
color: #0285AC;
}
.AnyTagClassName
{
color: #0285AC;
}
</style>
background-color css
<style>
a { background-color: #0285AC; }
a { background-color: rgb(2,133,172); }
div.DivClassName
{
background-color: #0285AC;
}
.BgClassName
{
background-color: #0285AC;
}
</style>
border-color css
<style>
span { border-color: #0285AC; }
span { border-color: rgb(2,133,172); }
td.TdClassName
{
border-color: #0285AC;
}
.TagClassName
{
border-color: #0285AC;
}
</style>