Shades of Robin's Egg Blue #1DCDCD
Tints of Robin's Egg Blue #1DCDCD
RGB
CMYK
RGB Variations
Color information
#1DCDCD (or 0x1DCDCD) is known color: Robin's Egg Blue. HEX triplet: 1D, CD and CD. RGB value is (29,205,205). Sum of RGB (Red+Green+Blue) = 29+205+205=439 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.61% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #1DCDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCDCD is #E23232. Grayscale: #989898. Windows color (decimal): -14823987 or 13487389. OLE color: 13487389.
HSL color Cylindrical-coordinate representation of color #1DCDCD: hue angle of 180º 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 #1DCDCD is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 205 | 205 | - |
| CMYK | 0.86 | 0 | 0 | 0.20 |
| HSL | 180º | 0.75% | 0.46% | - |
| HSV(B) | 180º | 0.86% | 0.8% | - |
| XYZ | 33.36 | 48.33 | 65.33 | - |
| YUV | 152.38 | 157.69 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 205 | 0.86 | 0 | 0 | 0.20 | 180 | 0.75 | 0.46 |
| Hex | 1D | CD | CD | 56 | 0 | 0 | 14 | B4 | 4B | 2E |
| Octal | 35 | 315 | 315 | 126 | 0 | 0 | 24 | 264 | 113 | 56 |
| Binary | 11101 | 11001101 | 11001101 | 1010110 | 0 | 0 | 10100 | 10110100 | 1001011 | 101110 |
Color Harmonies of #1DCDCD
Complementary color
Monochromatic Colors of #1DCDCD
Black with #1DCDCD
Text Example
Text Example
White with #1DCDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCDCD; }
p { color: rgb(29,205,205); }
H1.HeaderClassName
{
color: #1DCDCD;
}
.AnyTagClassName
{
color: #1DCDCD;
}
</style>
background-color css
<style>
a { background-color: #1DCDCD; }
a { background-color: rgb(29,205,205); }
div.DivClassName
{
background-color: #1DCDCD;
}
.BgClassName
{
background-color: #1DCDCD;
}
</style>
border-color css
<style>
span { border-color: #1DCDCD; }
span { border-color: rgb(29,205,205); }
td.TdClassName
{
border-color: #1DCDCD;
}
.TagClassName
{
border-color: #1DCDCD;
}
</style>