Shades of Robin's Egg Blue #1DCBC9
Tints of Robin's Egg Blue #1DCBC9
RGB
CMYK
RGB Variations
Color information
#1DCBC9 (or 0x1DCBC9) is known color: Robin's Egg Blue. HEX triplet: 1D, CB and C9. RGB value is (29,203,201). Sum of RGB (Red+Green+Blue) = 29+203+201=433 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.70% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 201 (78.91% from 255 or 46.42% from 433); Max value from RGB is 203 - color contains mainly: green. Hex color #1DCBC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCBC9 is #E23436. Grayscale: #969696. Windows color (decimal): -14824503 or 13224733. OLE color: 13224733.
HSL color Cylindrical-coordinate representation of color #1DCBC9: hue angle of 179.31º 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 #1DCBC9 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 203 | 201 | - |
| CMYK | 0.86 | 0 | 0.01 | 0.20 |
| HSL | 179.31º | 0.75% | 0.45% | - |
| HSV(B) | 179.31º | 0.86% | 0.8% | - |
| XYZ | 32.41 | 47.19 | 62.66 | - |
| YUV | 150.75 | 156.35 | 41.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 203 | 201 | 0.86 | 0 | 0.01 | 0.20 | 179.31 | 0.75 | 0.45 |
| Hex | 1D | CB | C9 | 56 | 0 | 1 | 14 | B3 | 4B | 2D |
| Octal | 35 | 313 | 311 | 126 | 0 | 1 | 24 | 263 | 113 | 55 |
| Binary | 11101 | 11001011 | 11001001 | 1010110 | 0 | 1 | 10100 | 10110011 | 1001011 | 101101 |
Color Harmonies of #1DCBC9
Complementary color
Monochromatic Colors of #1DCBC9
Black with #1DCBC9
Text Example
Text Example
White with #1DCBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCBC9; }
p { color: rgb(29,203,201); }
H1.HeaderClassName
{
color: #1DCBC9;
}
.AnyTagClassName
{
color: #1DCBC9;
}
</style>
background-color css
<style>
a { background-color: #1DCBC9; }
a { background-color: rgb(29,203,201); }
div.DivClassName
{
background-color: #1DCBC9;
}
.BgClassName
{
background-color: #1DCBC9;
}
</style>
border-color css
<style>
span { border-color: #1DCBC9; }
span { border-color: rgb(29,203,201); }
td.TdClassName
{
border-color: #1DCBC9;
}
.TagClassName
{
border-color: #1DCBC9;
}
</style>