Shades of Robin's Egg Blue #1DD8BC
Tints of Robin's Egg Blue #1DD8BC
RGB
CMYK
RGB Variations
Color information
#1DD8BC (or 0x1DD8BC) is known color: Robin's Egg Blue. HEX triplet: 1D, D8 and BC. RGB value is (29,216,188). Sum of RGB (Red+Green+Blue) = 29+216+188=433 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.70% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #1DD8BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD8BC is #E22743. Grayscale: #9C9C9C. Windows color (decimal): -14821188 or 12376093. OLE color: 12376093.
HSL color Cylindrical-coordinate representation of color #1DD8BC: hue angle of 171.02º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD8BC is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 216 | 188 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.15 |
| HSL | 171.02º | 0.76% | 0.48% | - |
| HSV(B) | 171.02º | 0.87% | 0.85% | - |
| XYZ | 34.14 | 53 | 56.01 | - |
| YUV | 156.9 | 145.55 | 36.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 216 | 188 | 0.87 | 0 | 0.13 | 0.15 | 171.02 | 0.76 | 0.48 |
| Hex | 1D | D8 | BC | 57 | 0 | D | F | AB | 4C | 30 |
| Octal | 35 | 330 | 274 | 127 | 0 | 15 | 17 | 253 | 114 | 60 |
| Binary | 11101 | 11011000 | 10111100 | 1010111 | 0 | 1101 | 1111 | 10101011 | 1001100 | 110000 |
Color Harmonies of #1DD8BC
Complementary color
Monochromatic Colors of #1DD8BC
Black with #1DD8BC
Text Example
Text Example
White with #1DD8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD8BC; }
p { color: rgb(29,216,188); }
H1.HeaderClassName
{
color: #1DD8BC;
}
.AnyTagClassName
{
color: #1DD8BC;
}
</style>
background-color css
<style>
a { background-color: #1DD8BC; }
a { background-color: rgb(29,216,188); }
div.DivClassName
{
background-color: #1DD8BC;
}
.BgClassName
{
background-color: #1DD8BC;
}
</style>
border-color css
<style>
span { border-color: #1DD8BC; }
span { border-color: rgb(29,216,188); }
td.TdClassName
{
border-color: #1DD8BC;
}
.TagClassName
{
border-color: #1DD8BC;
}
</style>