Shades of Robin's Egg Blue #1DDDBC
Tints of Robin's Egg Blue #1DDDBC
RGB
CMYK
RGB Variations
Color information
#1DDDBC (or 0x1DDDBC) is known color: Robin's Egg Blue. HEX triplet: 1D, DD and BC. RGB value is (29,221,188). Sum of RGB (Red+Green+Blue) = 29+221+188=438 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.62% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDDBC is #E22243. Grayscale: #9F9F9F. Windows color (decimal): -14819908 or 12377373. OLE color: 12377373.
HSL color Cylindrical-coordinate representation of color #1DDDBC: hue angle of 169.69º 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 #1DDDBC is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 221 | 188 | - |
| CMYK | 0.87 | 0 | 0.15 | 0.13 |
| HSL | 169.69º | 0.77% | 0.49% | - |
| HSV(B) | 169.69º | 0.87% | 0.87% | - |
| XYZ | 35.44 | 55.6 | 56.44 | - |
| YUV | 159.83 | 143.89 | 34.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 221 | 188 | 0.87 | 0 | 0.15 | 0.13 | 169.69 | 0.77 | 0.49 |
| Hex | 1D | DD | BC | 57 | 0 | F | D | AA | 4D | 31 |
| Octal | 35 | 335 | 274 | 127 | 0 | 17 | 15 | 252 | 115 | 61 |
| Binary | 11101 | 11011101 | 10111100 | 1010111 | 0 | 1111 | 1101 | 10101010 | 1001101 | 110001 |
Color Harmonies of #1DDDBC
Complementary color
Monochromatic Colors of #1DDDBC
Black with #1DDDBC
Text Example
Text Example
White with #1DDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDDBC; }
p { color: rgb(29,221,188); }
H1.HeaderClassName
{
color: #1DDDBC;
}
.AnyTagClassName
{
color: #1DDDBC;
}
</style>
background-color css
<style>
a { background-color: #1DDDBC; }
a { background-color: rgb(29,221,188); }
div.DivClassName
{
background-color: #1DDDBC;
}
.BgClassName
{
background-color: #1DDDBC;
}
</style>
border-color css
<style>
span { border-color: #1DDDBC; }
span { border-color: rgb(29,221,188); }
td.TdClassName
{
border-color: #1DDDBC;
}
.TagClassName
{
border-color: #1DDDBC;
}
</style>