Shades of Robin's Egg Blue #1DD6C8
Tints of Robin's Egg Blue #1DD6C8
RGB
CMYK
RGB Variations
Color information
#1DD6C8 (or 0x1DD6C8) is known color: Robin's Egg Blue. HEX triplet: 1D, D6 and C8. RGB value is (29,214,200). Sum of RGB (Red+Green+Blue) = 29+214+200=443 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.55% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 200 (78.52% from 255 or 45.15% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #1DD6C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD6C8 is #E22937. Grayscale: #9C9C9C. Windows color (decimal): -14821688 or 13162013. OLE color: 13162013.
HSL color Cylindrical-coordinate representation of color #1DD6C8: hue angle of 175.46º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD6C8 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 214 | 200 | - |
| CMYK | 0.86 | 0 | 0.07 | 0.16 |
| HSL | 175.46º | 0.76% | 0.48% | - |
| HSV(B) | 175.46º | 0.86% | 0.84% | - |
| XYZ | 34.98 | 52.52 | 62.94 | - |
| YUV | 157.09 | 152.21 | 36.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 214 | 200 | 0.86 | 0 | 0.07 | 0.16 | 175.46 | 0.76 | 0.48 |
| Hex | 1D | D6 | C8 | 56 | 0 | 7 | 10 | AF | 4C | 30 |
| Octal | 35 | 326 | 310 | 126 | 0 | 7 | 20 | 257 | 114 | 60 |
| Binary | 11101 | 11010110 | 11001000 | 1010110 | 0 | 111 | 10000 | 10101111 | 1001100 | 110000 |
Color Harmonies of #1DD6C8
Complementary color
Monochromatic Colors of #1DD6C8
Black with #1DD6C8
Text Example
Text Example
White with #1DD6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD6C8; }
p { color: rgb(29,214,200); }
H1.HeaderClassName
{
color: #1DD6C8;
}
.AnyTagClassName
{
color: #1DD6C8;
}
</style>
background-color css
<style>
a { background-color: #1DD6C8; }
a { background-color: rgb(29,214,200); }
div.DivClassName
{
background-color: #1DD6C8;
}
.BgClassName
{
background-color: #1DD6C8;
}
</style>
border-color css
<style>
span { border-color: #1DD6C8; }
span { border-color: rgb(29,214,200); }
td.TdClassName
{
border-color: #1DD6C8;
}
.TagClassName
{
border-color: #1DD6C8;
}
</style>