Shades of Cerulean #0085AE
Tints of Cerulean #0085AE
RGB
CMYK
RGB Variations
Color information
#0085AE (or 0x0085AE) is known color: Cerulean. HEX triplet: 00, 85 and AE. RGB value is (0,133,174). Sum of RGB (Red+Green+Blue) = 0+133+174=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #0085AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0085AE is #FF7A51. Grayscale: #616161. Windows color (decimal): -16742994 or 11437312. OLE color: 11437312.
HSL color Cylindrical-coordinate representation of color #0085AE: hue angle of 194.14º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0085AE is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 133 | 174 | - |
| CMYK | 1 | 0.24 | 0 | 0.32 |
| HSL | 194.14º | 1% | 0.34% | - |
| HSV(B) | 194.14º | 1% | 0.68% | - |
| XYZ | 16.03 | 19.83 | 43.03 | - |
| YUV | 97.91 | 170.94 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 174 | 1 | 0.24 | 0 | 0.32 | 194.14 | 1 | 0.34 |
| Hex | 0 | 85 | AE | 64 | 18 | 0 | 20 | C2 | 64 | 22 |
| Octal | 0 | 205 | 256 | 144 | 30 | 0 | 40 | 302 | 144 | 42 |
| Binary | 0 | 10000101 | 10101110 | 1100100 | 11000 | 0 | 100000 | 11000010 | 1100100 | 100010 |
Color Harmonies of #0085AE
Complementary color
Monochromatic Colors of #0085AE
Black with #0085AE
Text Example
Text Example
White with #0085AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0085AE; }
p { color: rgb(0,133,174); }
H1.HeaderClassName
{
color: #0085AE;
}
.AnyTagClassName
{
color: #0085AE;
}
</style>
background-color css
<style>
a { background-color: #0085AE; }
a { background-color: rgb(0,133,174); }
div.DivClassName
{
background-color: #0085AE;
}
.BgClassName
{
background-color: #0085AE;
}
</style>
border-color css
<style>
span { border-color: #0085AE; }
span { border-color: rgb(0,133,174); }
td.TdClassName
{
border-color: #0085AE;
}
.TagClassName
{
border-color: #0085AE;
}
</style>