Shades of Robin's Egg Blue #1AD9BC
Tints of Robin's Egg Blue #1AD9BC
RGB
CMYK
RGB Variations
Color information
#1AD9BC (or 0x1AD9BC) is known color: Robin's Egg Blue. HEX triplet: 1A, D9 and BC. RGB value is (26,217,188). Sum of RGB (Red+Green+Blue) = 26+217+188=431 (57% of max value = 765). Red value is 26 (10.55% from 255 or 6.03% from 431); Green value is 217 (85.16% from 255 or 50.35% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 217 - color contains mainly: green. Hex color #1AD9BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD9BC is #E52643. Grayscale: #9C9C9C. Windows color (decimal): -15017540 or 12376346. OLE color: 12376346.
HSL color Cylindrical-coordinate representation of color #1AD9BC: hue angle of 170.89º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD9BC is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 217 | 188 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.15 |
| HSL | 170.89º | 0.79% | 0.48% | - |
| HSV(B) | 170.89º | 0.88% | 0.85% | - |
| XYZ | 34.32 | 53.48 | 56.09 | - |
| YUV | 156.59 | 145.72 | 34.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 217 | 188 | 0.88 | 0 | 0.13 | 0.15 | 170.89 | 0.79 | 0.48 |
| Hex | 1A | D9 | BC | 58 | 0 | D | F | AB | 4F | 30 |
| Octal | 32 | 331 | 274 | 130 | 0 | 15 | 17 | 253 | 117 | 60 |
| Binary | 11010 | 11011001 | 10111100 | 1011000 | 0 | 1101 | 1111 | 10101011 | 1001111 | 110000 |
Color Harmonies of #1AD9BC
Complementary color
Monochromatic Colors of #1AD9BC
Black with #1AD9BC
Text Example
Text Example
White with #1AD9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD9BC; }
p { color: rgb(26,217,188); }
H1.HeaderClassName
{
color: #1AD9BC;
}
.AnyTagClassName
{
color: #1AD9BC;
}
</style>
background-color css
<style>
a { background-color: #1AD9BC; }
a { background-color: rgb(26,217,188); }
div.DivClassName
{
background-color: #1AD9BC;
}
.BgClassName
{
background-color: #1AD9BC;
}
</style>
border-color css
<style>
span { border-color: #1AD9BC; }
span { border-color: rgb(26,217,188); }
td.TdClassName
{
border-color: #1AD9BC;
}
.TagClassName
{
border-color: #1AD9BC;
}
</style>