Shades of Robin's Egg Blue #1DCDC6
Tints of Robin's Egg Blue #1DCDC6
RGB
CMYK
RGB Variations
Color information
#1DCDC6 (or 0x1DCDC6) is known color: Robin's Egg Blue. HEX triplet: 1D, CD and C6. RGB value is (29,205,198). Sum of RGB (Red+Green+Blue) = 29+205+198=432 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.71% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 198 (77.73% from 255 or 45.83% from 432); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCDC6 is #E23239. Grayscale: #979797. Windows color (decimal): -14823994 or 13028637. OLE color: 13028637.
HSL color Cylindrical-coordinate representation of color #1DCDC6: hue angle of 177.61º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCDC6 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 205 | 198 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.20 |
| HSL | 177.61º | 0.75% | 0.46% | - |
| HSV(B) | 177.61º | 0.86% | 0.8% | - |
| XYZ | 32.53 | 48 | 60.98 | - |
| YUV | 151.58 | 154.19 | 40.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 198 | 0.86 | 0 | 0.03 | 0.20 | 177.61 | 0.75 | 0.46 |
| Hex | 1D | CD | C6 | 56 | 0 | 3 | 14 | B2 | 4B | 2E |
| Octal | 35 | 315 | 306 | 126 | 0 | 3 | 24 | 262 | 113 | 56 |
| Binary | 11101 | 11001101 | 11000110 | 1010110 | 0 | 11 | 10100 | 10110010 | 1001011 | 101110 |
Color Harmonies of #1DCDC6
Complementary color
Monochromatic Colors of #1DCDC6
Black with #1DCDC6
Text Example
Text Example
White with #1DCDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCDC6; }
p { color: rgb(29,205,198); }
H1.HeaderClassName
{
color: #1DCDC6;
}
.AnyTagClassName
{
color: #1DCDC6;
}
</style>
background-color css
<style>
a { background-color: #1DCDC6; }
a { background-color: rgb(29,205,198); }
div.DivClassName
{
background-color: #1DCDC6;
}
.BgClassName
{
background-color: #1DCDC6;
}
</style>
border-color css
<style>
span { border-color: #1DCDC6; }
span { border-color: rgb(29,205,198); }
td.TdClassName
{
border-color: #1DCDC6;
}
.TagClassName
{
border-color: #1DCDC6;
}
</style>