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