Shades of Robin's Egg Blue #1DCDC4
Tints of Robin's Egg Blue #1DCDC4
RGB
CMYK
RGB Variations
Color information
#1DCDC4 (or 0x1DCDC4) is known color: Robin's Egg Blue. HEX triplet: 1D, CD and C4. RGB value is (29,205,196). Sum of RGB (Red+Green+Blue) = 29+205+196=430 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.74% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 196 (76.95% from 255 or 45.58% from 430); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCDC4 is #E2323B. Grayscale: #979797. Windows color (decimal): -14823996 or 12897565. OLE color: 12897565.
HSL color Cylindrical-coordinate representation of color #1DCDC4: hue angle of 176.93º 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 #1DCDC4 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 205 | 196 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.20 |
| HSL | 176.93º | 0.75% | 0.46% | - |
| HSV(B) | 176.93º | 0.86% | 0.8% | - |
| XYZ | 32.3 | 47.91 | 59.77 | - |
| YUV | 151.35 | 153.19 | 40.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 196 | 0.86 | 0 | 0.04 | 0.20 | 176.93 | 0.75 | 0.46 |
| Hex | 1D | CD | C4 | 56 | 0 | 4 | 14 | B1 | 4B | 2E |
| Octal | 35 | 315 | 304 | 126 | 0 | 4 | 24 | 261 | 113 | 56 |
| Binary | 11101 | 11001101 | 11000100 | 1010110 | 0 | 100 | 10100 | 10110001 | 1001011 | 101110 |
Color Harmonies of #1DCDC4
Complementary color
Monochromatic Colors of #1DCDC4
Black with #1DCDC4
Text Example
Text Example
White with #1DCDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCDC4; }
p { color: rgb(29,205,196); }
H1.HeaderClassName
{
color: #1DCDC4;
}
.AnyTagClassName
{
color: #1DCDC4;
}
</style>
background-color css
<style>
a { background-color: #1DCDC4; }
a { background-color: rgb(29,205,196); }
div.DivClassName
{
background-color: #1DCDC4;
}
.BgClassName
{
background-color: #1DCDC4;
}
</style>
border-color css
<style>
span { border-color: #1DCDC4; }
span { border-color: rgb(29,205,196); }
td.TdClassName
{
border-color: #1DCDC4;
}
.TagClassName
{
border-color: #1DCDC4;
}
</style>