Shades of Robin's Egg Blue #1DCCC7
Tints of Robin's Egg Blue #1DCCC7
RGB
CMYK
RGB Variations
Color information
#1DCCC7 (or 0x1DCCC7) is known color: Robin's Egg Blue. HEX triplet: 1D, CC and C7. RGB value is (29,204,199). Sum of RGB (Red+Green+Blue) = 29+204+199=432 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.71% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 199 (78.12% from 255 or 46.06% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCCC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCCC7 is #E23338. Grayscale: #969696. Windows color (decimal): -14824249 or 13093917. OLE color: 13093917.
HSL color Cylindrical-coordinate representation of color #1DCCC7: hue angle of 178.29º 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 #1DCCC7 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 204 | 199 | - |
| CMYK | 0.86 | 0 | 0.02 | 0.2 |
| HSL | 178.29º | 0.75% | 0.46% | - |
| HSV(B) | 178.29º | 0.86% | 0.8% | - |
| XYZ | 32.41 | 47.57 | 61.51 | - |
| YUV | 151.11 | 155.02 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 199 | 0.86 | 0 | 0.02 | 0.2 | 178.29 | 0.75 | 0.46 |
| Hex | 1D | CC | C7 | 56 | 0 | 2 | 14 | B2 | 4B | 2E |
| Octal | 35 | 314 | 307 | 126 | 0 | 2 | 24 | 262 | 113 | 56 |
| Binary | 11101 | 11001100 | 11000111 | 1010110 | 0 | 10 | 10100 | 10110010 | 1001011 | 101110 |
Color Harmonies of #1DCCC7
Complementary color
Monochromatic Colors of #1DCCC7
Black with #1DCCC7
Text Example
Text Example
White with #1DCCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCCC7; }
p { color: rgb(29,204,199); }
H1.HeaderClassName
{
color: #1DCCC7;
}
.AnyTagClassName
{
color: #1DCCC7;
}
</style>
background-color css
<style>
a { background-color: #1DCCC7; }
a { background-color: rgb(29,204,199); }
div.DivClassName
{
background-color: #1DCCC7;
}
.BgClassName
{
background-color: #1DCCC7;
}
</style>
border-color css
<style>
span { border-color: #1DCCC7; }
span { border-color: rgb(29,204,199); }
td.TdClassName
{
border-color: #1DCCC7;
}
.TagClassName
{
border-color: #1DCCC7;
}
</style>