Shades of Robin's Egg Blue #1DCECD
Tints of Robin's Egg Blue #1DCECD
RGB
CMYK
RGB Variations
Color information
#1DCECD (or 0x1DCECD) is known color: Robin's Egg Blue. HEX triplet: 1D, CE and CD. RGB value is (29,206,205). Sum of RGB (Red+Green+Blue) = 29+206+205=440 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.59% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #1DCECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCECD is #E23132. Grayscale: #989898. Windows color (decimal): -14823731 or 13487645. OLE color: 13487645.
HSL color Cylindrical-coordinate representation of color #1DCECD: hue angle of 179.66º 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 #1DCECD is Cyan = 0.86, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 206 | 205 | - |
| CMYK | 0.86 | 0 | 0.00 | 0.19 |
| HSL | 179.66º | 0.75% | 0.46% | - |
| HSV(B) | 179.66º | 0.86% | 0.81% | - |
| XYZ | 33.6 | 48.81 | 65.41 | - |
| YUV | 152.96 | 157.36 | 39.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 206 | 205 | 0.86 | 0 | 0.00 | 0.19 | 179.66 | 0.75 | 0.46 |
| Hex | 1D | CE | CD | 56 | 0 | 0 | 13 | B4 | 4B | 2E |
| Octal | 35 | 316 | 315 | 126 | 0 | 0 | 23 | 264 | 113 | 56 |
| Binary | 11101 | 11001110 | 11001101 | 1010110 | 0 | 0 | 10011 | 10110100 | 1001011 | 101110 |
Color Harmonies of #1DCECD
Complementary color
Monochromatic Colors of #1DCECD
Black with #1DCECD
Text Example
Text Example
White with #1DCECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCECD; }
p { color: rgb(29,206,205); }
H1.HeaderClassName
{
color: #1DCECD;
}
.AnyTagClassName
{
color: #1DCECD;
}
</style>
background-color css
<style>
a { background-color: #1DCECD; }
a { background-color: rgb(29,206,205); }
div.DivClassName
{
background-color: #1DCECD;
}
.BgClassName
{
background-color: #1DCECD;
}
</style>
border-color css
<style>
span { border-color: #1DCECD; }
span { border-color: rgb(29,206,205); }
td.TdClassName
{
border-color: #1DCECD;
}
.TagClassName
{
border-color: #1DCECD;
}
</style>