Shades of Robin's Egg Blue #1EDAC8
Tints of Robin's Egg Blue #1EDAC8
RGB
CMYK
RGB Variations
Color information
#1EDAC8 (or 0x1EDAC8) is known color: Robin's Egg Blue. HEX triplet: 1E, DA and C8. RGB value is (30,218,200). Sum of RGB (Red+Green+Blue) = 30+218+200=448 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.70% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 200 (78.52% from 255 or 44.64% from 448); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDAC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDAC8 is #E12537. Grayscale: #9F9F9F. Windows color (decimal): -14755128 or 13163038. OLE color: 13163038.
HSL color Cylindrical-coordinate representation of color #1EDAC8: hue angle of 174.26º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDAC8 is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 218 | 200 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.15 |
| HSL | 174.26º | 0.76% | 0.49% | - |
| HSV(B) | 174.26º | 0.86% | 0.85% | - |
| XYZ | 36.03 | 54.59 | 63.28 | - |
| YUV | 159.74 | 150.72 | 35.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 218 | 200 | 0.86 | 0 | 0.08 | 0.15 | 174.26 | 0.76 | 0.49 |
| Hex | 1E | DA | C8 | 56 | 0 | 8 | F | AE | 4C | 31 |
| Octal | 36 | 332 | 310 | 126 | 0 | 10 | 17 | 256 | 114 | 61 |
| Binary | 11110 | 11011010 | 11001000 | 1010110 | 0 | 1000 | 1111 | 10101110 | 1001100 | 110001 |
Color Harmonies of #1EDAC8
Complementary color
Monochromatic Colors of #1EDAC8
Black with #1EDAC8
Text Example
Text Example
White with #1EDAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDAC8; }
p { color: rgb(30,218,200); }
H1.HeaderClassName
{
color: #1EDAC8;
}
.AnyTagClassName
{
color: #1EDAC8;
}
</style>
background-color css
<style>
a { background-color: #1EDAC8; }
a { background-color: rgb(30,218,200); }
div.DivClassName
{
background-color: #1EDAC8;
}
.BgClassName
{
background-color: #1EDAC8;
}
</style>
border-color css
<style>
span { border-color: #1EDAC8; }
span { border-color: rgb(30,218,200); }
td.TdClassName
{
border-color: #1EDAC8;
}
.TagClassName
{
border-color: #1EDAC8;
}
</style>