Shades of Robin's Egg Blue #1ADABF
Tints of Robin's Egg Blue #1ADABF
RGB
CMYK
RGB Variations
Color information
#1ADABF (or 0x1ADABF) is known color: Robin's Egg Blue. HEX triplet: 1A, DA and BF. RGB value is (26,218,191). Sum of RGB (Red+Green+Blue) = 26+218+191=435 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.98% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #1ADABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADABF is #E52540. Grayscale: #9D9D9D. Windows color (decimal): -15017281 or 12573210. OLE color: 12573210.
HSL color Cylindrical-coordinate representation of color #1ADABF: hue angle of 171.56º 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 #1ADABF is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 218 | 191 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.15 |
| HSL | 171.56º | 0.79% | 0.48% | - |
| HSV(B) | 171.56º | 0.88% | 0.85% | - |
| XYZ | 34.9 | 54.12 | 57.9 | - |
| YUV | 157.51 | 146.89 | 34.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 218 | 191 | 0.88 | 0 | 0.12 | 0.15 | 171.56 | 0.79 | 0.48 |
| Hex | 1A | DA | BF | 58 | 0 | C | F | AC | 4F | 30 |
| Octal | 32 | 332 | 277 | 130 | 0 | 14 | 17 | 254 | 117 | 60 |
| Binary | 11010 | 11011010 | 10111111 | 1011000 | 0 | 1100 | 1111 | 10101100 | 1001111 | 110000 |
Color Harmonies of #1ADABF
Complementary color
Monochromatic Colors of #1ADABF
Black with #1ADABF
Text Example
Text Example
White with #1ADABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADABF; }
p { color: rgb(26,218,191); }
H1.HeaderClassName
{
color: #1ADABF;
}
.AnyTagClassName
{
color: #1ADABF;
}
</style>
background-color css
<style>
a { background-color: #1ADABF; }
a { background-color: rgb(26,218,191); }
div.DivClassName
{
background-color: #1ADABF;
}
.BgClassName
{
background-color: #1ADABF;
}
</style>
border-color css
<style>
span { border-color: #1ADABF; }
span { border-color: rgb(26,218,191); }
td.TdClassName
{
border-color: #1ADABF;
}
.TagClassName
{
border-color: #1ADABF;
}
</style>