Shades of Robin's Egg Blue #1DCFC1
Tints of Robin's Egg Blue #1DCFC1
RGB
CMYK
RGB Variations
Color information
#1DCFC1 (or 0x1DCFC1) is known color: Robin's Egg Blue. HEX triplet: 1D, CF and C1. RGB value is (29,207,193). Sum of RGB (Red+Green+Blue) = 29+207+193=429 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.76% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCFC1 is #E2303E. Grayscale: #989898. Windows color (decimal): -14823487 or 12701469. OLE color: 12701469.
HSL color Cylindrical-coordinate representation of color #1DCFC1: hue angle of 175.28º 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 #1DCFC1 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 207 | 193 | - |
| CMYK | 0.86 | 0 | 0.07 | 0.19 |
| HSL | 175.28º | 0.75% | 0.46% | - |
| HSV(B) | 175.28º | 0.86% | 0.81% | - |
| XYZ | 32.45 | 48.74 | 58.15 | - |
| YUV | 152.18 | 151.03 | 40.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 193 | 0.86 | 0 | 0.07 | 0.19 | 175.28 | 0.75 | 0.46 |
| Hex | 1D | CF | C1 | 56 | 0 | 7 | 13 | AF | 4B | 2E |
| Octal | 35 | 317 | 301 | 126 | 0 | 7 | 23 | 257 | 113 | 56 |
| Binary | 11101 | 11001111 | 11000001 | 1010110 | 0 | 111 | 10011 | 10101111 | 1001011 | 101110 |
Color Harmonies of #1DCFC1
Complementary color
Monochromatic Colors of #1DCFC1
Black with #1DCFC1
Text Example
Text Example
White with #1DCFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCFC1; }
p { color: rgb(29,207,193); }
H1.HeaderClassName
{
color: #1DCFC1;
}
.AnyTagClassName
{
color: #1DCFC1;
}
</style>
background-color css
<style>
a { background-color: #1DCFC1; }
a { background-color: rgb(29,207,193); }
div.DivClassName
{
background-color: #1DCFC1;
}
.BgClassName
{
background-color: #1DCFC1;
}
</style>
border-color css
<style>
span { border-color: #1DCFC1; }
span { border-color: rgb(29,207,193); }
td.TdClassName
{
border-color: #1DCFC1;
}
.TagClassName
{
border-color: #1DCFC1;
}
</style>