Shades of Robin's Egg Blue #1DCCC4
Tints of Robin's Egg Blue #1DCCC4
RGB
CMYK
RGB Variations
Color information
#1DCCC4 (or 0x1DCCC4) is known color: Robin's Egg Blue. HEX triplet: 1D, CC and C4. RGB value is (29,204,196). Sum of RGB (Red+Green+Blue) = 29+204+196=429 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.76% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 196 (76.95% from 255 or 45.69% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCCC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCCC4 is #E2333B. Grayscale: #969696. Windows color (decimal): -14824252 or 12897309. OLE color: 12897309.
HSL color Cylindrical-coordinate representation of color #1DCCC4: hue angle of 177.26º 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 #1DCCC4 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 204 | 196 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.2 |
| HSL | 177.26º | 0.75% | 0.46% | - |
| HSV(B) | 177.26º | 0.86% | 0.8% | - |
| XYZ | 32.06 | 47.43 | 59.69 | - |
| YUV | 150.76 | 153.52 | 41.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 196 | 0.86 | 0 | 0.04 | 0.2 | 177.26 | 0.75 | 0.46 |
| Hex | 1D | CC | C4 | 56 | 0 | 4 | 14 | B1 | 4B | 2E |
| Octal | 35 | 314 | 304 | 126 | 0 | 4 | 24 | 261 | 113 | 56 |
| Binary | 11101 | 11001100 | 11000100 | 1010110 | 0 | 100 | 10100 | 10110001 | 1001011 | 101110 |
Color Harmonies of #1DCCC4
Complementary color
Monochromatic Colors of #1DCCC4
Black with #1DCCC4
Text Example
Text Example
White with #1DCCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCCC4; }
p { color: rgb(29,204,196); }
H1.HeaderClassName
{
color: #1DCCC4;
}
.AnyTagClassName
{
color: #1DCCC4;
}
</style>
background-color css
<style>
a { background-color: #1DCCC4; }
a { background-color: rgb(29,204,196); }
div.DivClassName
{
background-color: #1DCCC4;
}
.BgClassName
{
background-color: #1DCCC4;
}
</style>
border-color css
<style>
span { border-color: #1DCCC4; }
span { border-color: rgb(29,204,196); }
td.TdClassName
{
border-color: #1DCCC4;
}
.TagClassName
{
border-color: #1DCCC4;
}
</style>