Shades of Robin's Egg Blue #1ADAC2
Tints of Robin's Egg Blue #1ADAC2
RGB
CMYK
RGB Variations
Color information
#1ADAC2 (or 0x1ADAC2) is known color: Robin's Egg Blue. HEX triplet: 1A, DA and C2. RGB value is (26,218,194). Sum of RGB (Red+Green+Blue) = 26+218+194=438 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.94% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #1ADAC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADAC2 is #E5253D. Grayscale: #9D9D9D. Windows color (decimal): -15017278 or 12769818. OLE color: 12769818.
HSL color Cylindrical-coordinate representation of color #1ADAC2: hue angle of 172.5º 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 #1ADAC2 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 218 | 194 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.15 |
| HSL | 172.5º | 0.79% | 0.48% | - |
| HSV(B) | 172.5º | 0.88% | 0.85% | - |
| XYZ | 35.24 | 54.26 | 59.65 | - |
| YUV | 157.86 | 148.39 | 33.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 218 | 194 | 0.88 | 0 | 0.11 | 0.15 | 172.5 | 0.79 | 0.48 |
| Hex | 1A | DA | C2 | 58 | 0 | B | F | AC | 4F | 30 |
| Octal | 32 | 332 | 302 | 130 | 0 | 13 | 17 | 254 | 117 | 60 |
| Binary | 11010 | 11011010 | 11000010 | 1011000 | 0 | 1011 | 1111 | 10101100 | 1001111 | 110000 |
Color Harmonies of #1ADAC2
Complementary color
Monochromatic Colors of #1ADAC2
Black with #1ADAC2
Text Example
Text Example
White with #1ADAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADAC2; }
p { color: rgb(26,218,194); }
H1.HeaderClassName
{
color: #1ADAC2;
}
.AnyTagClassName
{
color: #1ADAC2;
}
</style>
background-color css
<style>
a { background-color: #1ADAC2; }
a { background-color: rgb(26,218,194); }
div.DivClassName
{
background-color: #1ADAC2;
}
.BgClassName
{
background-color: #1ADAC2;
}
</style>
border-color css
<style>
span { border-color: #1ADAC2; }
span { border-color: rgb(26,218,194); }
td.TdClassName
{
border-color: #1ADAC2;
}
.TagClassName
{
border-color: #1ADAC2;
}
</style>