Shades of Robin's Egg Blue #1DCEBD
Tints of Robin's Egg Blue #1DCEBD
RGB
CMYK
RGB Variations
Color information
#1DCEBD (or 0x1DCEBD) is known color: Robin's Egg Blue. HEX triplet: 1D, CE and BD. RGB value is (29,206,189). Sum of RGB (Red+Green+Blue) = 29+206+189=424 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.84% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #1DCEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCEBD is #E23142. Grayscale: #979797. Windows color (decimal): -14823747 or 12439069. OLE color: 12439069.
HSL color Cylindrical-coordinate representation of color #1DCEBD: hue angle of 174.24º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCEBD is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 206 | 189 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.19 |
| HSL | 174.24º | 0.75% | 0.46% | - |
| HSV(B) | 174.24º | 0.86% | 0.81% | - |
| XYZ | 31.76 | 48.08 | 55.75 | - |
| YUV | 151.14 | 149.36 | 40.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 206 | 189 | 0.86 | 0 | 0.08 | 0.19 | 174.24 | 0.75 | 0.46 |
| Hex | 1D | CE | BD | 56 | 0 | 8 | 13 | AE | 4B | 2E |
| Octal | 35 | 316 | 275 | 126 | 0 | 10 | 23 | 256 | 113 | 56 |
| Binary | 11101 | 11001110 | 10111101 | 1010110 | 0 | 1000 | 10011 | 10101110 | 1001011 | 101110 |
Color Harmonies of #1DCEBD
Complementary color
Monochromatic Colors of #1DCEBD
Black with #1DCEBD
Text Example
Text Example
White with #1DCEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCEBD; }
p { color: rgb(29,206,189); }
H1.HeaderClassName
{
color: #1DCEBD;
}
.AnyTagClassName
{
color: #1DCEBD;
}
</style>
background-color css
<style>
a { background-color: #1DCEBD; }
a { background-color: rgb(29,206,189); }
div.DivClassName
{
background-color: #1DCEBD;
}
.BgClassName
{
background-color: #1DCEBD;
}
</style>
border-color css
<style>
span { border-color: #1DCEBD; }
span { border-color: rgb(29,206,189); }
td.TdClassName
{
border-color: #1DCEBD;
}
.TagClassName
{
border-color: #1DCEBD;
}
</style>