Shades of Cerulean #0E86AA
Tints of Cerulean #0E86AA
RGB
CMYK
RGB Variations
Color information
#0E86AA (or 0x0E86AA) is known color: Cerulean. HEX triplet: 0E, 86 and AA. RGB value is (14,134,170). Sum of RGB (Red+Green+Blue) = 14+134+170=318 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.40% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E86AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E86AA is #F17955. Grayscale: #656565. Windows color (decimal): -15825238 or 11175438. OLE color: 11175438.
HSL color Cylindrical-coordinate representation of color #0E86AA: hue angle of 193.85º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E86AA is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 134 | 170 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.33 |
| HSL | 193.85º | 0.85% | 0.36% | - |
| HSV(B) | 193.85º | 0.92% | 0.67% | - |
| XYZ | 15.96 | 20.05 | 41.06 | - |
| YUV | 102.22 | 166.24 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 134 | 170 | 0.92 | 0.21 | 0 | 0.33 | 193.85 | 0.85 | 0.36 |
| Hex | E | 86 | AA | 5C | 15 | 0 | 21 | C2 | 55 | 24 |
| Octal | 16 | 206 | 252 | 134 | 25 | 0 | 41 | 302 | 125 | 44 |
| Binary | 1110 | 10000110 | 10101010 | 1011100 | 10101 | 0 | 100001 | 11000010 | 1010101 | 100100 |
Color Harmonies of #0E86AA
Complementary color
Monochromatic Colors of #0E86AA
Black with #0E86AA
Text Example
Text Example
White with #0E86AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E86AA; }
p { color: rgb(14,134,170); }
H1.HeaderClassName
{
color: #0E86AA;
}
.AnyTagClassName
{
color: #0E86AA;
}
</style>
background-color css
<style>
a { background-color: #0E86AA; }
a { background-color: rgb(14,134,170); }
div.DivClassName
{
background-color: #0E86AA;
}
.BgClassName
{
background-color: #0E86AA;
}
</style>
border-color css
<style>
span { border-color: #0E86AA; }
span { border-color: rgb(14,134,170); }
td.TdClassName
{
border-color: #0E86AA;
}
.TagClassName
{
border-color: #0E86AA;
}
</style>