Shades of Robin's Egg Blue #1DCCC8
Tints of Robin's Egg Blue #1DCCC8
RGB
CMYK
RGB Variations
Color information
#1DCCC8 (or 0x1DCCC8) is known color: Robin's Egg Blue. HEX triplet: 1D, CC and C8. RGB value is (29,204,200). Sum of RGB (Red+Green+Blue) = 29+204+200=433 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.70% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 200 (78.52% from 255 or 46.19% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCCC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCCC8 is #E23337. Grayscale: #979797. Windows color (decimal): -14824248 or 13159453. OLE color: 13159453.
HSL color Cylindrical-coordinate representation of color #1DCCC8: hue angle of 178.63º 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 #1DCCC8 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 204 | 200 | - |
| CMYK | 0.86 | 0 | 0.02 | 0.2 |
| HSL | 178.63º | 0.75% | 0.46% | - |
| HSV(B) | 178.63º | 0.86% | 0.8% | - |
| XYZ | 32.52 | 47.62 | 62.12 | - |
| YUV | 151.22 | 155.52 | 40.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 200 | 0.86 | 0 | 0.02 | 0.2 | 178.63 | 0.75 | 0.46 |
| Hex | 1D | CC | C8 | 56 | 0 | 2 | 14 | B3 | 4B | 2E |
| Octal | 35 | 314 | 310 | 126 | 0 | 2 | 24 | 263 | 113 | 56 |
| Binary | 11101 | 11001100 | 11001000 | 1010110 | 0 | 10 | 10100 | 10110011 | 1001011 | 101110 |
Color Harmonies of #1DCCC8
Complementary color
Monochromatic Colors of #1DCCC8
Black with #1DCCC8
Text Example
Text Example
White with #1DCCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCCC8; }
p { color: rgb(29,204,200); }
H1.HeaderClassName
{
color: #1DCCC8;
}
.AnyTagClassName
{
color: #1DCCC8;
}
</style>
background-color css
<style>
a { background-color: #1DCCC8; }
a { background-color: rgb(29,204,200); }
div.DivClassName
{
background-color: #1DCCC8;
}
.BgClassName
{
background-color: #1DCCC8;
}
</style>
border-color css
<style>
span { border-color: #1DCCC8; }
span { border-color: rgb(29,204,200); }
td.TdClassName
{
border-color: #1DCCC8;
}
.TagClassName
{
border-color: #1DCCC8;
}
</style>