Shades of Robin's Egg Blue #1DCFBD
Tints of Robin's Egg Blue #1DCFBD
RGB
CMYK
RGB Variations
Color information
#1DCFBD (or 0x1DCFBD) is known color: Robin's Egg Blue. HEX triplet: 1D, CF and BD. RGB value is (29,207,189). Sum of RGB (Red+Green+Blue) = 29+207+189=425 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.82% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCFBD is #E23042. Grayscale: #979797. Windows color (decimal): -14823491 or 12439325. OLE color: 12439325.
HSL color Cylindrical-coordinate representation of color #1DCFBD: hue angle of 173.93º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCFBD is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 207 | 189 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.19 |
| HSL | 173.93º | 0.75% | 0.46% | - |
| HSV(B) | 173.93º | 0.86% | 0.81% | - |
| XYZ | 32 | 48.56 | 55.83 | - |
| YUV | 151.73 | 149.03 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 189 | 0.86 | 0 | 0.09 | 0.19 | 173.93 | 0.75 | 0.46 |
| Hex | 1D | CF | BD | 56 | 0 | 9 | 13 | AE | 4B | 2E |
| Octal | 35 | 317 | 275 | 126 | 0 | 11 | 23 | 256 | 113 | 56 |
| Binary | 11101 | 11001111 | 10111101 | 1010110 | 0 | 1001 | 10011 | 10101110 | 1001011 | 101110 |
Color Harmonies of #1DCFBD
Complementary color
Monochromatic Colors of #1DCFBD
Black with #1DCFBD
Text Example
Text Example
White with #1DCFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCFBD; }
p { color: rgb(29,207,189); }
H1.HeaderClassName
{
color: #1DCFBD;
}
.AnyTagClassName
{
color: #1DCFBD;
}
</style>
background-color css
<style>
a { background-color: #1DCFBD; }
a { background-color: rgb(29,207,189); }
div.DivClassName
{
background-color: #1DCFBD;
}
.BgClassName
{
background-color: #1DCFBD;
}
</style>
border-color css
<style>
span { border-color: #1DCFBD; }
span { border-color: rgb(29,207,189); }
td.TdClassName
{
border-color: #1DCFBD;
}
.TagClassName
{
border-color: #1DCFBD;
}
</style>