Shades of Robin's Egg Blue #0EDAC6
Tints of Robin's Egg Blue #0EDAC6
RGB
CMYK
RGB Variations
Color information
#0EDAC6 (or 0x0EDAC6) is known color: Robin's Egg Blue. HEX triplet: 0E, DA and C6. RGB value is (14,218,198). Sum of RGB (Red+Green+Blue) = 14+218+198=430 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.26% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 198 (77.73% from 255 or 46.05% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #0EDAC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDAC6 is #F12539. Grayscale: #9A9A9A. Windows color (decimal): -15803706 or 13031950. OLE color: 13031950.
HSL color Cylindrical-coordinate representation of color #0EDAC6: hue angle of 174.12º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDAC6 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 218 | 198 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.15 |
| HSL | 174.12º | 0.88% | 0.45% | - |
| HSV(B) | 174.12º | 0.94% | 0.85% | - |
| XYZ | 35.45 | 54.31 | 62.04 | - |
| YUV | 154.72 | 152.41 | 27.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 218 | 198 | 0.94 | 0 | 0.09 | 0.15 | 174.12 | 0.88 | 0.45 |
| Hex | E | DA | C6 | 5E | 0 | 9 | F | AE | 58 | 2D |
| Octal | 16 | 332 | 306 | 136 | 0 | 11 | 17 | 256 | 130 | 55 |
| Binary | 1110 | 11011010 | 11000110 | 1011110 | 0 | 1001 | 1111 | 10101110 | 1011000 | 101101 |
Color Harmonies of #0EDAC6
Complementary color
Monochromatic Colors of #0EDAC6
Black with #0EDAC6
Text Example
Text Example
White with #0EDAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDAC6; }
p { color: rgb(14,218,198); }
H1.HeaderClassName
{
color: #0EDAC6;
}
.AnyTagClassName
{
color: #0EDAC6;
}
</style>
background-color css
<style>
a { background-color: #0EDAC6; }
a { background-color: rgb(14,218,198); }
div.DivClassName
{
background-color: #0EDAC6;
}
.BgClassName
{
background-color: #0EDAC6;
}
</style>
border-color css
<style>
span { border-color: #0EDAC6; }
span { border-color: rgb(14,218,198); }
td.TdClassName
{
border-color: #0EDAC6;
}
.TagClassName
{
border-color: #0EDAC6;
}
</style>