Shades of Robin's Egg Blue #1ADAB5
Tints of Robin's Egg Blue #1ADAB5
RGB
CMYK
RGB Variations
Color information
#1ADAB5 (or 0x1ADAB5) is known color: Robin's Egg Blue. HEX triplet: 1A, DA and B5. RGB value is (26,218,181). Sum of RGB (Red+Green+Blue) = 26+218+181=425 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.12% from 425); Green value is 218 (85.55% from 255 or 51.29% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 218 - color contains mainly: green. Hex color #1ADAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADAB5 is #E5254A. Grayscale: #9C9C9C. Windows color (decimal): -15017291 or 11917850. OLE color: 11917850.
HSL color Cylindrical-coordinate representation of color #1ADAB5: hue angle of 168.44º 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 #1ADAB5 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 218 | 181 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.15 |
| HSL | 168.44º | 0.79% | 0.48% | - |
| HSV(B) | 168.44º | 0.88% | 0.85% | - |
| XYZ | 33.84 | 53.7 | 52.3 | - |
| YUV | 156.37 | 141.89 | 35.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 218 | 181 | 0.88 | 0 | 0.17 | 0.15 | 168.44 | 0.79 | 0.48 |
| Hex | 1A | DA | B5 | 58 | 0 | 11 | F | A8 | 4F | 30 |
| Octal | 32 | 332 | 265 | 130 | 0 | 21 | 17 | 250 | 117 | 60 |
| Binary | 11010 | 11011010 | 10110101 | 1011000 | 0 | 10001 | 1111 | 10101000 | 1001111 | 110000 |
Color Harmonies of #1ADAB5
Complementary color
Monochromatic Colors of #1ADAB5
Black with #1ADAB5
Text Example
Text Example
White with #1ADAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADAB5; }
p { color: rgb(26,218,181); }
H1.HeaderClassName
{
color: #1ADAB5;
}
.AnyTagClassName
{
color: #1ADAB5;
}
</style>
background-color css
<style>
a { background-color: #1ADAB5; }
a { background-color: rgb(26,218,181); }
div.DivClassName
{
background-color: #1ADAB5;
}
.BgClassName
{
background-color: #1ADAB5;
}
</style>
border-color css
<style>
span { border-color: #1ADAB5; }
span { border-color: rgb(26,218,181); }
td.TdClassName
{
border-color: #1ADAB5;
}
.TagClassName
{
border-color: #1ADAB5;
}
</style>