Shades of Robin's Egg Blue #1DDBBD
Tints of Robin's Egg Blue #1DDBBD
RGB
CMYK
RGB Variations
Color information
#1DDBBD (or 0x1DDBBD) is known color: Robin's Egg Blue. HEX triplet: 1D, DB and BD. RGB value is (29,219,189). Sum of RGB (Red+Green+Blue) = 29+219+189=437 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.64% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #1DDBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDBBD is #E22442. Grayscale: #9E9E9E. Windows color (decimal): -14820419 or 12442397. OLE color: 12442397.
HSL color Cylindrical-coordinate representation of color #1DDBBD: hue angle of 170.53º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDBBD is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 219 | 189 | - |
| CMYK | 0.87 | 0 | 0.14 | 0.14 |
| HSL | 170.53º | 0.77% | 0.49% | - |
| HSV(B) | 170.53º | 0.87% | 0.86% | - |
| XYZ | 35.02 | 54.6 | 56.84 | - |
| YUV | 158.77 | 145.05 | 35.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 219 | 189 | 0.87 | 0 | 0.14 | 0.14 | 170.53 | 0.77 | 0.49 |
| Hex | 1D | DB | BD | 57 | 0 | E | E | AB | 4D | 31 |
| Octal | 35 | 333 | 275 | 127 | 0 | 16 | 16 | 253 | 115 | 61 |
| Binary | 11101 | 11011011 | 10111101 | 1010111 | 0 | 1110 | 1110 | 10101011 | 1001101 | 110001 |
Color Harmonies of #1DDBBD
Complementary color
Monochromatic Colors of #1DDBBD
Black with #1DDBBD
Text Example
Text Example
White with #1DDBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDBBD; }
p { color: rgb(29,219,189); }
H1.HeaderClassName
{
color: #1DDBBD;
}
.AnyTagClassName
{
color: #1DDBBD;
}
</style>
background-color css
<style>
a { background-color: #1DDBBD; }
a { background-color: rgb(29,219,189); }
div.DivClassName
{
background-color: #1DDBBD;
}
.BgClassName
{
background-color: #1DDBBD;
}
</style>
border-color css
<style>
span { border-color: #1DDBBD; }
span { border-color: rgb(29,219,189); }
td.TdClassName
{
border-color: #1DDBBD;
}
.TagClassName
{
border-color: #1DDBBD;
}
</style>