Shades of Robin's Egg Blue #1DCACC
Tints of Robin's Egg Blue #1DCACC
RGB
CMYK
RGB Variations
Color information
#1DCACC (or 0x1DCACC) is known color: Robin's Egg Blue. HEX triplet: 1D, CA and CC. RGB value is (29,202,204). Sum of RGB (Red+Green+Blue) = 29+202+204=435 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.67% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #1DCACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCACC is #E23533. Grayscale: #969696. Windows color (decimal): -14824756 or 13421085. OLE color: 13421085.
HSL color Cylindrical-coordinate representation of color #1DCACC: hue angle of 180.69º 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 #1DCACC is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 202 | 204 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.2 |
| HSL | 180.69º | 0.75% | 0.46% | - |
| HSV(B) | 180.69º | 0.86% | 0.8% | - |
| XYZ | 32.53 | 46.86 | 64.46 | - |
| YUV | 150.5 | 158.19 | 41.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 202 | 204 | 0.86 | 0.01 | 0 | 0.2 | 180.69 | 0.75 | 0.46 |
| Hex | 1D | CA | CC | 56 | 1 | 0 | 14 | B5 | 4B | 2E |
| Octal | 35 | 312 | 314 | 126 | 1 | 0 | 24 | 265 | 113 | 56 |
| Binary | 11101 | 11001010 | 11001100 | 1010110 | 1 | 0 | 10100 | 10110101 | 1001011 | 101110 |
Color Harmonies of #1DCACC
Complementary color
Monochromatic Colors of #1DCACC
Black with #1DCACC
Text Example
Text Example
White with #1DCACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCACC; }
p { color: rgb(29,202,204); }
H1.HeaderClassName
{
color: #1DCACC;
}
.AnyTagClassName
{
color: #1DCACC;
}
</style>
background-color css
<style>
a { background-color: #1DCACC; }
a { background-color: rgb(29,202,204); }
div.DivClassName
{
background-color: #1DCACC;
}
.BgClassName
{
background-color: #1DCACC;
}
</style>
border-color css
<style>
span { border-color: #1DCACC; }
span { border-color: rgb(29,202,204); }
td.TdClassName
{
border-color: #1DCACC;
}
.TagClassName
{
border-color: #1DCACC;
}
</style>