Shades of Robin's Egg Blue #1DDDBB
Tints of Robin's Egg Blue #1DDDBB
RGB
CMYK
RGB Variations
Color information
#1DDDBB (or 0x1DDDBB) is known color: Robin's Egg Blue. HEX triplet: 1D, DD and BB. RGB value is (29,221,187). Sum of RGB (Red+Green+Blue) = 29+221+187=437 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.64% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDDBB is #E22244. Grayscale: #9F9F9F. Windows color (decimal): -14819909 or 12311837. OLE color: 12311837.
HSL color Cylindrical-coordinate representation of color #1DDDBB: hue angle of 169.38º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDDBB is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 221 | 187 | - |
| CMYK | 0.87 | 0 | 0.15 | 0.13 |
| HSL | 169.38º | 0.77% | 0.49% | - |
| HSV(B) | 169.38º | 0.87% | 0.87% | - |
| XYZ | 35.33 | 55.56 | 55.88 | - |
| YUV | 159.72 | 143.39 | 34.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 221 | 187 | 0.87 | 0 | 0.15 | 0.13 | 169.38 | 0.77 | 0.49 |
| Hex | 1D | DD | BB | 57 | 0 | F | D | A9 | 4D | 31 |
| Octal | 35 | 335 | 273 | 127 | 0 | 17 | 15 | 251 | 115 | 61 |
| Binary | 11101 | 11011101 | 10111011 | 1010111 | 0 | 1111 | 1101 | 10101001 | 1001101 | 110001 |
Color Harmonies of #1DDDBB
Complementary color
Monochromatic Colors of #1DDDBB
Black with #1DDDBB
Text Example
Text Example
White with #1DDDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDDBB; }
p { color: rgb(29,221,187); }
H1.HeaderClassName
{
color: #1DDDBB;
}
.AnyTagClassName
{
color: #1DDDBB;
}
</style>
background-color css
<style>
a { background-color: #1DDDBB; }
a { background-color: rgb(29,221,187); }
div.DivClassName
{
background-color: #1DDDBB;
}
.BgClassName
{
background-color: #1DDDBB;
}
</style>
border-color css
<style>
span { border-color: #1DDDBB; }
span { border-color: rgb(29,221,187); }
td.TdClassName
{
border-color: #1DDDBB;
}
.TagClassName
{
border-color: #1DDDBB;
}
</style>