Shades of Robin's Egg Blue #1ADCC6
Tints of Robin's Egg Blue #1ADCC6
RGB
CMYK
RGB Variations
Color information
#1ADCC6 (or 0x1ADCC6) is known color: Robin's Egg Blue. HEX triplet: 1A, DC and C6. RGB value is (26,220,198). Sum of RGB (Red+Green+Blue) = 26+220+198=444 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.86% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADCC6 is #E52339. Grayscale: #9F9F9F. Windows color (decimal): -15016762 or 13032474. OLE color: 13032474.
HSL color Cylindrical-coordinate representation of color #1ADCC6: hue angle of 173.2º 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 #1ADCC6 is Cyan = 0.88, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 220 | 198 | - |
| CMYK | 0.88 | 0 | 0.1 | 0.14 |
| HSL | 173.2º | 0.79% | 0.48% | - |
| HSV(B) | 173.2º | 0.88% | 0.86% | - |
| XYZ | 36.21 | 55.48 | 62.23 | - |
| YUV | 159.49 | 149.73 | 32.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 198 | 0.88 | 0 | 0.1 | 0.14 | 173.2 | 0.79 | 0.48 |
| Hex | 1A | DC | C6 | 58 | 0 | A | E | AD | 4F | 30 |
| Octal | 32 | 334 | 306 | 130 | 0 | 12 | 16 | 255 | 117 | 60 |
| Binary | 11010 | 11011100 | 11000110 | 1011000 | 0 | 1010 | 1110 | 10101101 | 1001111 | 110000 |
Color Harmonies of #1ADCC6
Complementary color
Monochromatic Colors of #1ADCC6
Black with #1ADCC6
Text Example
Text Example
White with #1ADCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADCC6; }
p { color: rgb(26,220,198); }
H1.HeaderClassName
{
color: #1ADCC6;
}
.AnyTagClassName
{
color: #1ADCC6;
}
</style>
background-color css
<style>
a { background-color: #1ADCC6; }
a { background-color: rgb(26,220,198); }
div.DivClassName
{
background-color: #1ADCC6;
}
.BgClassName
{
background-color: #1ADCC6;
}
</style>
border-color css
<style>
span { border-color: #1ADCC6; }
span { border-color: rgb(26,220,198); }
td.TdClassName
{
border-color: #1ADCC6;
}
.TagClassName
{
border-color: #1ADCC6;
}
</style>