Shades of Cerulean #0E85B6
Tints of Cerulean #0E85B6
RGB
CMYK
RGB Variations
Color information
#0E85B6 (or 0x0E85B6) is known color: Cerulean. HEX triplet: 0E, 85 and B6. RGB value is (14,133,182). Sum of RGB (Red+Green+Blue) = 14+133+182=329 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.26% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 182 (71.48% from 255 or 55.32% from 329); Max value from RGB is 182 - color contains mainly: blue. Hex color #0E85B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E85B6 is #F17A49. Grayscale: #666666. Windows color (decimal): -15825482 or 11961614. OLE color: 11961614.
HSL color Cylindrical-coordinate representation of color #0E85B6: hue angle of 197.5º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E85B6 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 14 | 133 | 182 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.29 |
| HSL | 197.5º | 0.86% | 0.38% | - |
| HSV(B) | 197.5º | 0.92% | 0.71% | - |
| XYZ | 17.01 | 20.25 | 47.27 | - |
| YUV | 103.01 | 172.58 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 133 | 182 | 0.92 | 0.27 | 0 | 0.29 | 197.5 | 0.86 | 0.38 |
| Hex | E | 85 | B6 | 5C | 1B | 0 | 1D | C6 | 56 | 26 |
| Octal | 16 | 205 | 266 | 134 | 33 | 0 | 35 | 306 | 126 | 46 |
| Binary | 1110 | 10000101 | 10110110 | 1011100 | 11011 | 0 | 11101 | 11000110 | 1010110 | 100110 |
Color Harmonies of #0E85B6
Complementary color
Monochromatic Colors of #0E85B6
Black with #0E85B6
Text Example
Text Example
White with #0E85B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E85B6; }
p { color: rgb(14,133,182); }
H1.HeaderClassName
{
color: #0E85B6;
}
.AnyTagClassName
{
color: #0E85B6;
}
</style>
background-color css
<style>
a { background-color: #0E85B6; }
a { background-color: rgb(14,133,182); }
div.DivClassName
{
background-color: #0E85B6;
}
.BgClassName
{
background-color: #0E85B6;
}
</style>
border-color css
<style>
span { border-color: #0E85B6; }
span { border-color: rgb(14,133,182); }
td.TdClassName
{
border-color: #0E85B6;
}
.TagClassName
{
border-color: #0E85B6;
}
</style>