Shades of Cerulean #0085AB
Tints of Cerulean #0085AB
RGB
CMYK
RGB Variations
Color information
#0085AB (or 0x0085AB) is known color: Cerulean. HEX triplet: 00, 85 and AB. RGB value is (0,133,171). Sum of RGB (Red+Green+Blue) = 0+133+171=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #0085AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0085AB is #FF7A54. Grayscale: #616161. Windows color (decimal): -16742997 or 11240704. OLE color: 11240704.
HSL color Cylindrical-coordinate representation of color #0085AB: hue angle of 193.33º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0085AB is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 133 | 171 | - |
| CMYK | 1 | 0.22 | 0 | 0.33 |
| HSL | 193.33º | 1% | 0.34% | - |
| HSV(B) | 193.33º | 1% | 0.67% | - |
| XYZ | 15.74 | 19.72 | 41.5 | - |
| YUV | 97.57 | 169.44 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 171 | 1 | 0.22 | 0 | 0.33 | 193.33 | 1 | 0.34 |
| Hex | 0 | 85 | AB | 64 | 16 | 0 | 21 | C1 | 64 | 22 |
| Octal | 0 | 205 | 253 | 144 | 26 | 0 | 41 | 301 | 144 | 42 |
| Binary | 0 | 10000101 | 10101011 | 1100100 | 10110 | 0 | 100001 | 11000001 | 1100100 | 100010 |
Color Harmonies of #0085AB
Complementary color
Monochromatic Colors of #0085AB
Black with #0085AB
Text Example
Text Example
White with #0085AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0085AB; }
p { color: rgb(0,133,171); }
H1.HeaderClassName
{
color: #0085AB;
}
.AnyTagClassName
{
color: #0085AB;
}
</style>
background-color css
<style>
a { background-color: #0085AB; }
a { background-color: rgb(0,133,171); }
div.DivClassName
{
background-color: #0085AB;
}
.BgClassName
{
background-color: #0085AB;
}
</style>
border-color css
<style>
span { border-color: #0085AB; }
span { border-color: rgb(0,133,171); }
td.TdClassName
{
border-color: #0085AB;
}
.TagClassName
{
border-color: #0085AB;
}
</style>