Shades of Robin's Egg Blue #1ADACA
Tints of Robin's Egg Blue #1ADACA
RGB
CMYK
RGB Variations
Color information
#1ADACA (or 0x1ADACA) is known color: Robin's Egg Blue. HEX triplet: 1A, DA and CA. RGB value is (26,218,202). Sum of RGB (Red+Green+Blue) = 26+218+202=446 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.83% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #1ADACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADACA is #E52535. Grayscale: #9E9E9E. Windows color (decimal): -15017270 or 13294106. OLE color: 13294106.
HSL color Cylindrical-coordinate representation of color #1ADACA: hue angle of 175º 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 #1ADACA is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 218 | 202 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.15 |
| HSL | 175º | 0.79% | 0.48% | - |
| HSV(B) | 175º | 0.88% | 0.85% | - |
| XYZ | 36.16 | 54.63 | 64.52 | - |
| YUV | 158.77 | 152.39 | 33.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 218 | 202 | 0.88 | 0 | 0.07 | 0.15 | 175 | 0.79 | 0.48 |
| Hex | 1A | DA | CA | 58 | 0 | 7 | F | AF | 4F | 30 |
| Octal | 32 | 332 | 312 | 130 | 0 | 7 | 17 | 257 | 117 | 60 |
| Binary | 11010 | 11011010 | 11001010 | 1011000 | 0 | 111 | 1111 | 10101111 | 1001111 | 110000 |
Color Harmonies of #1ADACA
Complementary color
Monochromatic Colors of #1ADACA
Black with #1ADACA
Text Example
Text Example
White with #1ADACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADACA; }
p { color: rgb(26,218,202); }
H1.HeaderClassName
{
color: #1ADACA;
}
.AnyTagClassName
{
color: #1ADACA;
}
</style>
background-color css
<style>
a { background-color: #1ADACA; }
a { background-color: rgb(26,218,202); }
div.DivClassName
{
background-color: #1ADACA;
}
.BgClassName
{
background-color: #1ADACA;
}
</style>
border-color css
<style>
span { border-color: #1ADACA; }
span { border-color: rgb(26,218,202); }
td.TdClassName
{
border-color: #1ADACA;
}
.TagClassName
{
border-color: #1ADACA;
}
</style>