Shades of Robin's Egg Blue #1ADBC2
Tints of Robin's Egg Blue #1ADBC2
RGB
CMYK
RGB Variations
Color information
#1ADBC2 (or 0x1ADBC2) is known color: Robin's Egg Blue. HEX triplet: 1A, DB and C2. RGB value is (26,219,194). Sum of RGB (Red+Green+Blue) = 26+219+194=439 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.92% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 194 (76.17% from 255 or 44.19% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #1ADBC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADBC2 is #E5243D. Grayscale: #9E9E9E. Windows color (decimal): -15017022 or 12770074. OLE color: 12770074.
HSL color Cylindrical-coordinate representation of color #1ADBC2: hue angle of 172.23º 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 #1ADBC2 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 219 | 194 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.14 |
| HSL | 172.23º | 0.79% | 0.48% | - |
| HSV(B) | 172.23º | 0.88% | 0.86% | - |
| XYZ | 35.5 | 54.78 | 59.74 | - |
| YUV | 158.44 | 148.06 | 33.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 219 | 194 | 0.88 | 0 | 0.11 | 0.14 | 172.23 | 0.79 | 0.48 |
| Hex | 1A | DB | C2 | 58 | 0 | B | E | AC | 4F | 30 |
| Octal | 32 | 333 | 302 | 130 | 0 | 13 | 16 | 254 | 117 | 60 |
| Binary | 11010 | 11011011 | 11000010 | 1011000 | 0 | 1011 | 1110 | 10101100 | 1001111 | 110000 |
Color Harmonies of #1ADBC2
Complementary color
Monochromatic Colors of #1ADBC2
Black with #1ADBC2
Text Example
Text Example
White with #1ADBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADBC2; }
p { color: rgb(26,219,194); }
H1.HeaderClassName
{
color: #1ADBC2;
}
.AnyTagClassName
{
color: #1ADBC2;
}
</style>
background-color css
<style>
a { background-color: #1ADBC2; }
a { background-color: rgb(26,219,194); }
div.DivClassName
{
background-color: #1ADBC2;
}
.BgClassName
{
background-color: #1ADBC2;
}
</style>
border-color css
<style>
span { border-color: #1ADBC2; }
span { border-color: rgb(26,219,194); }
td.TdClassName
{
border-color: #1ADBC2;
}
.TagClassName
{
border-color: #1ADBC2;
}
</style>