Shades of Robin's Egg Blue #1DCDC9
Tints of Robin's Egg Blue #1DCDC9
RGB
CMYK
RGB Variations
Color information
#1DCDC9 (or 0x1DCDC9) is known color: Robin's Egg Blue. HEX triplet: 1D, CD and C9. RGB value is (29,205,201). Sum of RGB (Red+Green+Blue) = 29+205+201=435 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.67% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 201 (78.91% from 255 or 46.21% from 435); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCDC9 is #E23236. Grayscale: #979797. Windows color (decimal): -14823991 or 13225245. OLE color: 13225245.
HSL color Cylindrical-coordinate representation of color #1DCDC9: hue angle of 178.64º 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 #1DCDC9 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 205 | 201 | - |
| CMYK | 0.86 | 0 | 0.02 | 0.20 |
| HSL | 178.64º | 0.75% | 0.46% | - |
| HSV(B) | 178.64º | 0.86% | 0.8% | - |
| XYZ | 32.88 | 48.14 | 62.82 | - |
| YUV | 151.92 | 155.69 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 201 | 0.86 | 0 | 0.02 | 0.20 | 178.64 | 0.75 | 0.46 |
| Hex | 1D | CD | C9 | 56 | 0 | 2 | 14 | B3 | 4B | 2E |
| Octal | 35 | 315 | 311 | 126 | 0 | 2 | 24 | 263 | 113 | 56 |
| Binary | 11101 | 11001101 | 11001001 | 1010110 | 0 | 10 | 10100 | 10110011 | 1001011 | 101110 |
Color Harmonies of #1DCDC9
Complementary color
Monochromatic Colors of #1DCDC9
Black with #1DCDC9
Text Example
Text Example
White with #1DCDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCDC9; }
p { color: rgb(29,205,201); }
H1.HeaderClassName
{
color: #1DCDC9;
}
.AnyTagClassName
{
color: #1DCDC9;
}
</style>
background-color css
<style>
a { background-color: #1DCDC9; }
a { background-color: rgb(29,205,201); }
div.DivClassName
{
background-color: #1DCDC9;
}
.BgClassName
{
background-color: #1DCDC9;
}
</style>
border-color css
<style>
span { border-color: #1DCDC9; }
span { border-color: rgb(29,205,201); }
td.TdClassName
{
border-color: #1DCDC9;
}
.TagClassName
{
border-color: #1DCDC9;
}
</style>