Shades of Robin's Egg Blue #1ADDBD
Tints of Robin's Egg Blue #1ADDBD
RGB
CMYK
RGB Variations
Color information
#1ADDBD (or 0x1ADDBD) is known color: Robin's Egg Blue. HEX triplet: 1A, DD and BD. RGB value is (26,221,189). Sum of RGB (Red+Green+Blue) = 26+221+189=436 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.96% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADDBD is #E52242. Grayscale: #9E9E9E. Windows color (decimal): -15016515 or 12442906. OLE color: 12442906.
HSL color Cylindrical-coordinate representation of color #1ADDBD: hue angle of 170.15º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADDBD is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 221 | 189 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.13 |
| HSL | 170.15º | 0.79% | 0.48% | - |
| HSV(B) | 170.15º | 0.88% | 0.87% | - |
| XYZ | 35.47 | 55.61 | 57.01 | - |
| YUV | 159.05 | 144.9 | 33.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 189 | 0.88 | 0 | 0.14 | 0.13 | 170.15 | 0.79 | 0.48 |
| Hex | 1A | DD | BD | 58 | 0 | E | D | AA | 4F | 30 |
| Octal | 32 | 335 | 275 | 130 | 0 | 16 | 15 | 252 | 117 | 60 |
| Binary | 11010 | 11011101 | 10111101 | 1011000 | 0 | 1110 | 1101 | 10101010 | 1001111 | 110000 |
Color Harmonies of #1ADDBD
Complementary color
Monochromatic Colors of #1ADDBD
Black with #1ADDBD
Text Example
Text Example
White with #1ADDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADDBD; }
p { color: rgb(26,221,189); }
H1.HeaderClassName
{
color: #1ADDBD;
}
.AnyTagClassName
{
color: #1ADDBD;
}
</style>
background-color css
<style>
a { background-color: #1ADDBD; }
a { background-color: rgb(26,221,189); }
div.DivClassName
{
background-color: #1ADDBD;
}
.BgClassName
{
background-color: #1ADDBD;
}
</style>
border-color css
<style>
span { border-color: #1ADDBD; }
span { border-color: rgb(26,221,189); }
td.TdClassName
{
border-color: #1ADDBD;
}
.TagClassName
{
border-color: #1ADDBD;
}
</style>