Shades of Robin's Egg Blue #1DCBC2
Tints of Robin's Egg Blue #1DCBC2
RGB
CMYK
RGB Variations
Color information
#1DCBC2 (or 0x1DCBC2) is known color: Robin's Egg Blue. HEX triplet: 1D, CB and C2. RGB value is (29,203,194). Sum of RGB (Red+Green+Blue) = 29+203+194=426 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.81% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #1DCBC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCBC2 is #E2343D. Grayscale: #959595. Windows color (decimal): -14824510 or 12765981. OLE color: 12765981.
HSL color Cylindrical-coordinate representation of color #1DCBC2: hue angle of 176.9º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCBC2 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 203 | 194 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.20 |
| HSL | 176.9º | 0.75% | 0.45% | - |
| HSV(B) | 176.9º | 0.86% | 0.8% | - |
| XYZ | 31.6 | 46.87 | 58.42 | - |
| YUV | 149.95 | 152.85 | 41.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 203 | 194 | 0.86 | 0 | 0.04 | 0.20 | 176.9 | 0.75 | 0.45 |
| Hex | 1D | CB | C2 | 56 | 0 | 4 | 14 | B1 | 4B | 2D |
| Octal | 35 | 313 | 302 | 126 | 0 | 4 | 24 | 261 | 113 | 55 |
| Binary | 11101 | 11001011 | 11000010 | 1010110 | 0 | 100 | 10100 | 10110001 | 1001011 | 101101 |
Color Harmonies of #1DCBC2
Complementary color
Monochromatic Colors of #1DCBC2
Black with #1DCBC2
Text Example
Text Example
White with #1DCBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCBC2; }
p { color: rgb(29,203,194); }
H1.HeaderClassName
{
color: #1DCBC2;
}
.AnyTagClassName
{
color: #1DCBC2;
}
</style>
background-color css
<style>
a { background-color: #1DCBC2; }
a { background-color: rgb(29,203,194); }
div.DivClassName
{
background-color: #1DCBC2;
}
.BgClassName
{
background-color: #1DCBC2;
}
</style>
border-color css
<style>
span { border-color: #1DCBC2; }
span { border-color: rgb(29,203,194); }
td.TdClassName
{
border-color: #1DCBC2;
}
.TagClassName
{
border-color: #1DCBC2;
}
</style>