Shades of Robin's Egg Blue #1DD3BC
Tints of Robin's Egg Blue #1DD3BC
RGB
CMYK
RGB Variations
Color information
#1DD3BC (or 0x1DD3BC) is known color: Robin's Egg Blue. HEX triplet: 1D, D3 and BC. RGB value is (29,211,188). Sum of RGB (Red+Green+Blue) = 29+211+188=428 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.78% from 428); Green value is 211 (82.81% from 255 or 49.30% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 211 - color contains mainly: green. Hex color #1DD3BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD3BC is #E22C43. Grayscale: #999999. Windows color (decimal): -14822468 or 12374813. OLE color: 12374813.
HSL color Cylindrical-coordinate representation of color #1DD3BC: hue angle of 172.42º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD3BC is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 29 | 211 | 188 | - |
| CMYK | 0.86 | 0 | 0.11 | 0.17 |
| HSL | 172.42º | 0.76% | 0.47% | - |
| HSV(B) | 172.42º | 0.86% | 0.83% | - |
| XYZ | 32.88 | 50.48 | 55.59 | - |
| YUV | 153.96 | 147.2 | 38.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 211 | 188 | 0.86 | 0 | 0.11 | 0.17 | 172.42 | 0.76 | 0.47 |
| Hex | 1D | D3 | BC | 56 | 0 | B | 11 | AC | 4C | 2F |
| Octal | 35 | 323 | 274 | 126 | 0 | 13 | 21 | 254 | 114 | 57 |
| Binary | 11101 | 11010011 | 10111100 | 1010110 | 0 | 1011 | 10001 | 10101100 | 1001100 | 101111 |
Color Harmonies of #1DD3BC
Complementary color
Monochromatic Colors of #1DD3BC
Black with #1DD3BC
Text Example
Text Example
White with #1DD3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD3BC; }
p { color: rgb(29,211,188); }
H1.HeaderClassName
{
color: #1DD3BC;
}
.AnyTagClassName
{
color: #1DD3BC;
}
</style>
background-color css
<style>
a { background-color: #1DD3BC; }
a { background-color: rgb(29,211,188); }
div.DivClassName
{
background-color: #1DD3BC;
}
.BgClassName
{
background-color: #1DD3BC;
}
</style>
border-color css
<style>
span { border-color: #1DD3BC; }
span { border-color: rgb(29,211,188); }
td.TdClassName
{
border-color: #1DD3BC;
}
.TagClassName
{
border-color: #1DD3BC;
}
</style>