Shades of Cerulean #0E84AC
Tints of Cerulean #0E84AC
RGB
CMYK
RGB Variations
Color information
#0E84AC (or 0x0E84AC) is known color: Cerulean. HEX triplet: 0E, 84 and AC. RGB value is (14,132,172). Sum of RGB (Red+Green+Blue) = 14+132+172=318 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.40% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E84AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E84AC is #F17B53. Grayscale: #656565. Windows color (decimal): -15825748 or 11305998. OLE color: 11305998.
HSL color Cylindrical-coordinate representation of color #0E84AC: hue angle of 195.19º 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 #0E84AC is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 132 | 172 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.33 |
| HSL | 195.19º | 0.85% | 0.36% | - |
| HSV(B) | 195.19º | 0.92% | 0.67% | - |
| XYZ | 15.88 | 19.57 | 41.97 | - |
| YUV | 101.28 | 167.91 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 132 | 172 | 0.92 | 0.23 | 0 | 0.33 | 195.19 | 0.85 | 0.36 |
| Hex | E | 84 | AC | 5C | 17 | 0 | 21 | C3 | 55 | 24 |
| Octal | 16 | 204 | 254 | 134 | 27 | 0 | 41 | 303 | 125 | 44 |
| Binary | 1110 | 10000100 | 10101100 | 1011100 | 10111 | 0 | 100001 | 11000011 | 1010101 | 100100 |
Color Harmonies of #0E84AC
Complementary color
Monochromatic Colors of #0E84AC
Black with #0E84AC
Text Example
Text Example
White with #0E84AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E84AC; }
p { color: rgb(14,132,172); }
H1.HeaderClassName
{
color: #0E84AC;
}
.AnyTagClassName
{
color: #0E84AC;
}
</style>
background-color css
<style>
a { background-color: #0E84AC; }
a { background-color: rgb(14,132,172); }
div.DivClassName
{
background-color: #0E84AC;
}
.BgClassName
{
background-color: #0E84AC;
}
</style>
border-color css
<style>
span { border-color: #0E84AC; }
span { border-color: rgb(14,132,172); }
td.TdClassName
{
border-color: #0E84AC;
}
.TagClassName
{
border-color: #0E84AC;
}
</style>