Shades of Robin's Egg Blue #1DDCB8
Tints of Robin's Egg Blue #1DDCB8
RGB
CMYK
RGB Variations
Color information
#1DDCB8 (or 0x1DDCB8) is known color: Robin's Egg Blue. HEX triplet: 1D, DC and B8. RGB value is (29,220,184). Sum of RGB (Red+Green+Blue) = 29+220+184=433 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.70% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 184 (72.27% from 255 or 42.49% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #1DDCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDCB8 is #E22347. Grayscale: #9E9E9E. Windows color (decimal): -14820168 or 12114973. OLE color: 12114973.
HSL color Cylindrical-coordinate representation of color #1DDCB8: hue angle of 168.69º 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 #1DDCB8 is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 220 | 184 | - |
| CMYK | 0.87 | 0 | 0.16 | 0.14 |
| HSL | 168.69º | 0.77% | 0.49% | - |
| HSV(B) | 168.69º | 0.87% | 0.86% | - |
| XYZ | 34.75 | 54.91 | 54.11 | - |
| YUV | 158.79 | 142.22 | 35.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 220 | 184 | 0.87 | 0 | 0.16 | 0.14 | 168.69 | 0.77 | 0.49 |
| Hex | 1D | DC | B8 | 57 | 0 | 10 | E | A9 | 4D | 31 |
| Octal | 35 | 334 | 270 | 127 | 0 | 20 | 16 | 251 | 115 | 61 |
| Binary | 11101 | 11011100 | 10111000 | 1010111 | 0 | 10000 | 1110 | 10101001 | 1001101 | 110001 |
Color Harmonies of #1DDCB8
Complementary color
Monochromatic Colors of #1DDCB8
Black with #1DDCB8
Text Example
Text Example
White with #1DDCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDCB8; }
p { color: rgb(29,220,184); }
H1.HeaderClassName
{
color: #1DDCB8;
}
.AnyTagClassName
{
color: #1DDCB8;
}
</style>
background-color css
<style>
a { background-color: #1DDCB8; }
a { background-color: rgb(29,220,184); }
div.DivClassName
{
background-color: #1DDCB8;
}
.BgClassName
{
background-color: #1DDCB8;
}
</style>
border-color css
<style>
span { border-color: #1DDCB8; }
span { border-color: rgb(29,220,184); }
td.TdClassName
{
border-color: #1DDCB8;
}
.TagClassName
{
border-color: #1DDCB8;
}
</style>