Shades of Robin's Egg Blue #1CDBBD
Tints of Robin's Egg Blue #1CDBBD
RGB
CMYK
RGB Variations
Color information
#1CDBBD (or 0x1CDBBD) is known color: Robin's Egg Blue. HEX triplet: 1C, DB and BD. RGB value is (28,219,189). Sum of RGB (Red+Green+Blue) = 28+219+189=436 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.42% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #1CDBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDBBD is #E32442. Grayscale: #9E9E9E. Windows color (decimal): -14885955 or 12442396. OLE color: 12442396.
HSL color Cylindrical-coordinate representation of color #1CDBBD: hue angle of 170.58º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDBBD is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 219 | 189 | - |
| CMYK | 0.87 | 0 | 0.14 | 0.14 |
| HSL | 170.58º | 0.77% | 0.48% | - |
| HSV(B) | 170.58º | 0.87% | 0.86% | - |
| XYZ | 35 | 54.58 | 56.84 | - |
| YUV | 158.47 | 145.22 | 34.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 219 | 189 | 0.87 | 0 | 0.14 | 0.14 | 170.58 | 0.77 | 0.48 |
| Hex | 1C | DB | BD | 57 | 0 | E | E | AB | 4D | 30 |
| Octal | 34 | 333 | 275 | 127 | 0 | 16 | 16 | 253 | 115 | 60 |
| Binary | 11100 | 11011011 | 10111101 | 1010111 | 0 | 1110 | 1110 | 10101011 | 1001101 | 110000 |
Color Harmonies of #1CDBBD
Complementary color
Monochromatic Colors of #1CDBBD
Black with #1CDBBD
Text Example
Text Example
White with #1CDBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDBBD; }
p { color: rgb(28,219,189); }
H1.HeaderClassName
{
color: #1CDBBD;
}
.AnyTagClassName
{
color: #1CDBBD;
}
</style>
background-color css
<style>
a { background-color: #1CDBBD; }
a { background-color: rgb(28,219,189); }
div.DivClassName
{
background-color: #1CDBBD;
}
.BgClassName
{
background-color: #1CDBBD;
}
</style>
border-color css
<style>
span { border-color: #1CDBBD; }
span { border-color: rgb(28,219,189); }
td.TdClassName
{
border-color: #1CDBBD;
}
.TagClassName
{
border-color: #1CDBBD;
}
</style>