Shades of Robin's Egg Blue #1DCFC5
Tints of Robin's Egg Blue #1DCFC5
RGB
CMYK
RGB Variations
Color information
#1DCFC5 (or 0x1DCFC5) is known color: Robin's Egg Blue. HEX triplet: 1D, CF and C5. RGB value is (29,207,197). Sum of RGB (Red+Green+Blue) = 29+207+197=433 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.70% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCFC5 is #E2303A. Grayscale: #989898. Windows color (decimal): -14823483 or 12963613. OLE color: 12963613.
HSL color Cylindrical-coordinate representation of color #1DCFC5: hue angle of 176.63º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCFC5 is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 207 | 197 | - |
| CMYK | 0.86 | 0 | 0.05 | 0.19 |
| HSL | 176.63º | 0.75% | 0.46% | - |
| HSV(B) | 176.63º | 0.86% | 0.81% | - |
| XYZ | 32.9 | 48.92 | 60.53 | - |
| YUV | 152.64 | 153.03 | 39.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 197 | 0.86 | 0 | 0.05 | 0.19 | 176.63 | 0.75 | 0.46 |
| Hex | 1D | CF | C5 | 56 | 0 | 5 | 13 | B1 | 4B | 2E |
| Octal | 35 | 317 | 305 | 126 | 0 | 5 | 23 | 261 | 113 | 56 |
| Binary | 11101 | 11001111 | 11000101 | 1010110 | 0 | 101 | 10011 | 10110001 | 1001011 | 101110 |
Color Harmonies of #1DCFC5
Complementary color
Monochromatic Colors of #1DCFC5
Black with #1DCFC5
Text Example
Text Example
White with #1DCFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCFC5; }
p { color: rgb(29,207,197); }
H1.HeaderClassName
{
color: #1DCFC5;
}
.AnyTagClassName
{
color: #1DCFC5;
}
</style>
background-color css
<style>
a { background-color: #1DCFC5; }
a { background-color: rgb(29,207,197); }
div.DivClassName
{
background-color: #1DCFC5;
}
.BgClassName
{
background-color: #1DCFC5;
}
</style>
border-color css
<style>
span { border-color: #1DCFC5; }
span { border-color: rgb(29,207,197); }
td.TdClassName
{
border-color: #1DCFC5;
}
.TagClassName
{
border-color: #1DCFC5;
}
</style>