Shades of Robin's Egg Blue #1DCCC9
Tints of Robin's Egg Blue #1DCCC9
RGB
CMYK
RGB Variations
Color information
#1DCCC9 (or 0x1DCCC9) is known color: Robin's Egg Blue. HEX triplet: 1D, CC and C9. RGB value is (29,204,201). Sum of RGB (Red+Green+Blue) = 29+204+201=434 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.68% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCCC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCCC9 is #E23336. Grayscale: #979797. Windows color (decimal): -14824247 or 13224989. OLE color: 13224989.
HSL color Cylindrical-coordinate representation of color #1DCCC9: hue angle of 178.97º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCCC9 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 204 | 201 | - |
| CMYK | 0.86 | 0 | 0.01 | 0.2 |
| HSL | 178.97º | 0.75% | 0.46% | - |
| HSV(B) | 178.97º | 0.86% | 0.8% | - |
| XYZ | 32.64 | 47.66 | 62.74 | - |
| YUV | 151.33 | 156.02 | 40.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 201 | 0.86 | 0 | 0.01 | 0.2 | 178.97 | 0.75 | 0.46 |
| Hex | 1D | CC | C9 | 56 | 0 | 1 | 14 | B3 | 4B | 2E |
| Octal | 35 | 314 | 311 | 126 | 0 | 1 | 24 | 263 | 113 | 56 |
| Binary | 11101 | 11001100 | 11001001 | 1010110 | 0 | 1 | 10100 | 10110011 | 1001011 | 101110 |
Color Harmonies of #1DCCC9
Complementary color
Monochromatic Colors of #1DCCC9
Black with #1DCCC9
Text Example
Text Example
White with #1DCCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCCC9; }
p { color: rgb(29,204,201); }
H1.HeaderClassName
{
color: #1DCCC9;
}
.AnyTagClassName
{
color: #1DCCC9;
}
</style>
background-color css
<style>
a { background-color: #1DCCC9; }
a { background-color: rgb(29,204,201); }
div.DivClassName
{
background-color: #1DCCC9;
}
.BgClassName
{
background-color: #1DCCC9;
}
</style>
border-color css
<style>
span { border-color: #1DCCC9; }
span { border-color: rgb(29,204,201); }
td.TdClassName
{
border-color: #1DCCC9;
}
.TagClassName
{
border-color: #1DCCC9;
}
</style>