Shades of Robin's Egg Blue #1DCDC8
Tints of Robin's Egg Blue #1DCDC8
RGB
CMYK
RGB Variations
Color information
#1DCDC8 (or 0x1DCDC8) is known color: Robin's Egg Blue. HEX triplet: 1D, CD and C8. RGB value is (29,205,200). Sum of RGB (Red+Green+Blue) = 29+205+200=434 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.68% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 200 (78.52% from 255 or 46.08% from 434); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCDC8 is #E23237. Grayscale: #979797. Windows color (decimal): -14823992 or 13159709. OLE color: 13159709.
HSL color Cylindrical-coordinate representation of color #1DCDC8: hue angle of 178.3º 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 #1DCDC8 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 205 | 200 | - |
| CMYK | 0.86 | 0 | 0.02 | 0.20 |
| HSL | 178.3º | 0.75% | 0.46% | - |
| HSV(B) | 178.3º | 0.86% | 0.8% | - |
| XYZ | 32.76 | 48.09 | 62.2 | - |
| YUV | 151.81 | 155.19 | 40.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 200 | 0.86 | 0 | 0.02 | 0.20 | 178.3 | 0.75 | 0.46 |
| Hex | 1D | CD | C8 | 56 | 0 | 2 | 14 | B2 | 4B | 2E |
| Octal | 35 | 315 | 310 | 126 | 0 | 2 | 24 | 262 | 113 | 56 |
| Binary | 11101 | 11001101 | 11001000 | 1010110 | 0 | 10 | 10100 | 10110010 | 1001011 | 101110 |
Color Harmonies of #1DCDC8
Complementary color
Monochromatic Colors of #1DCDC8
Black with #1DCDC8
Text Example
Text Example
White with #1DCDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCDC8; }
p { color: rgb(29,205,200); }
H1.HeaderClassName
{
color: #1DCDC8;
}
.AnyTagClassName
{
color: #1DCDC8;
}
</style>
background-color css
<style>
a { background-color: #1DCDC8; }
a { background-color: rgb(29,205,200); }
div.DivClassName
{
background-color: #1DCDC8;
}
.BgClassName
{
background-color: #1DCDC8;
}
</style>
border-color css
<style>
span { border-color: #1DCDC8; }
span { border-color: rgb(29,205,200); }
td.TdClassName
{
border-color: #1DCDC8;
}
.TagClassName
{
border-color: #1DCDC8;
}
</style>