Shades of Robin's Egg Blue #1DC7CF
Tints of Robin's Egg Blue #1DC7CF
RGB
CMYK
RGB Variations
Color information
#1DC7CF (or 0x1DC7CF) is known color: Robin's Egg Blue. HEX triplet: 1D, C7 and CF. RGB value is (29,199,207). Sum of RGB (Red+Green+Blue) = 29+199+207=435 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.67% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #1DC7CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC7CF is #E23830. Grayscale: #949494. Windows color (decimal): -14825521 or 13616925. OLE color: 13616925.
HSL color Cylindrical-coordinate representation of color #1DC7CF: hue angle of 182.7º 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 #1DC7CF is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 199 | 207 | - |
| CMYK | 0.86 | 0.04 | 0 | 0.19 |
| HSL | 182.7º | 0.75% | 0.46% | - |
| HSV(B) | 182.7º | 0.86% | 0.81% | - |
| XYZ | 32.19 | 45.61 | 66.14 | - |
| YUV | 149.08 | 160.68 | 42.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 199 | 207 | 0.86 | 0.04 | 0 | 0.19 | 182.7 | 0.75 | 0.46 |
| Hex | 1D | C7 | CF | 56 | 4 | 0 | 13 | B7 | 4B | 2E |
| Octal | 35 | 307 | 317 | 126 | 4 | 0 | 23 | 267 | 113 | 56 |
| Binary | 11101 | 11000111 | 11001111 | 1010110 | 100 | 0 | 10011 | 10110111 | 1001011 | 101110 |
Color Harmonies of #1DC7CF
Complementary color
Monochromatic Colors of #1DC7CF
Black with #1DC7CF
Text Example
Text Example
White with #1DC7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC7CF; }
p { color: rgb(29,199,207); }
H1.HeaderClassName
{
color: #1DC7CF;
}
.AnyTagClassName
{
color: #1DC7CF;
}
</style>
background-color css
<style>
a { background-color: #1DC7CF; }
a { background-color: rgb(29,199,207); }
div.DivClassName
{
background-color: #1DC7CF;
}
.BgClassName
{
background-color: #1DC7CF;
}
</style>
border-color css
<style>
span { border-color: #1DC7CF; }
span { border-color: rgb(29,199,207); }
td.TdClassName
{
border-color: #1DC7CF;
}
.TagClassName
{
border-color: #1DC7CF;
}
</style>