Shades of Robin's Egg Blue #1ADCBB
Tints of Robin's Egg Blue #1ADCBB
RGB
CMYK
RGB Variations
Color information
#1ADCBB (or 0x1ADCBB) is known color: Robin's Egg Blue. HEX triplet: 1A, DC and BB. RGB value is (26,220,187). Sum of RGB (Red+Green+Blue) = 26+220+187=433 (57% of max value = 765). Red value is 26 (10.55% from 255 or 6.00% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADCBB is #E52344. Grayscale: #9E9E9E. Windows color (decimal): -15016773 or 12311578. OLE color: 12311578.
HSL color Cylindrical-coordinate representation of color #1ADCBB: hue angle of 169.79º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADCBB is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 220 | 187 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.14 |
| HSL | 169.79º | 0.79% | 0.48% | - |
| HSV(B) | 169.79º | 0.88% | 0.86% | - |
| XYZ | 34.99 | 54.99 | 55.78 | - |
| YUV | 158.23 | 144.23 | 33.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 187 | 0.88 | 0 | 0.15 | 0.14 | 169.79 | 0.79 | 0.48 |
| Hex | 1A | DC | BB | 58 | 0 | F | E | AA | 4F | 30 |
| Octal | 32 | 334 | 273 | 130 | 0 | 17 | 16 | 252 | 117 | 60 |
| Binary | 11010 | 11011100 | 10111011 | 1011000 | 0 | 1111 | 1110 | 10101010 | 1001111 | 110000 |
Color Harmonies of #1ADCBB
Complementary color
Monochromatic Colors of #1ADCBB
Black with #1ADCBB
Text Example
Text Example
White with #1ADCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADCBB; }
p { color: rgb(26,220,187); }
H1.HeaderClassName
{
color: #1ADCBB;
}
.AnyTagClassName
{
color: #1ADCBB;
}
</style>
background-color css
<style>
a { background-color: #1ADCBB; }
a { background-color: rgb(26,220,187); }
div.DivClassName
{
background-color: #1ADCBB;
}
.BgClassName
{
background-color: #1ADCBB;
}
</style>
border-color css
<style>
span { border-color: #1ADCBB; }
span { border-color: rgb(26,220,187); }
td.TdClassName
{
border-color: #1ADCBB;
}
.TagClassName
{
border-color: #1ADCBB;
}
</style>