Shades of Robin's Egg Blue #1AD6C9
Tints of Robin's Egg Blue #1AD6C9
RGB
CMYK
RGB Variations
Color information
#1AD6C9 (or 0x1AD6C9) is known color: Robin's Egg Blue. HEX triplet: 1A, D6 and C9. RGB value is (26,214,201). Sum of RGB (Red+Green+Blue) = 26+214+201=441 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.90% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #1AD6C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD6C9 is #E52936. Grayscale: #9C9C9C. Windows color (decimal): -15018295 or 13227546. OLE color: 13227546.
HSL color Cylindrical-coordinate representation of color #1AD6C9: hue angle of 175.85º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD6C9 is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 214 | 201 | - |
| CMYK | 0.88 | 0 | 0.06 | 0.16 |
| HSL | 175.85º | 0.78% | 0.47% | - |
| HSV(B) | 175.85º | 0.88% | 0.84% | - |
| XYZ | 35.02 | 52.53 | 63.55 | - |
| YUV | 156.31 | 153.22 | 35.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 214 | 201 | 0.88 | 0 | 0.06 | 0.16 | 175.85 | 0.78 | 0.47 |
| Hex | 1A | D6 | C9 | 58 | 0 | 6 | 10 | B0 | 4E | 2F |
| Octal | 32 | 326 | 311 | 130 | 0 | 6 | 20 | 260 | 116 | 57 |
| Binary | 11010 | 11010110 | 11001001 | 1011000 | 0 | 110 | 10000 | 10110000 | 1001110 | 101111 |
Color Harmonies of #1AD6C9
Complementary color
Monochromatic Colors of #1AD6C9
Black with #1AD6C9
Text Example
Text Example
White with #1AD6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD6C9; }
p { color: rgb(26,214,201); }
H1.HeaderClassName
{
color: #1AD6C9;
}
.AnyTagClassName
{
color: #1AD6C9;
}
</style>
background-color css
<style>
a { background-color: #1AD6C9; }
a { background-color: rgb(26,214,201); }
div.DivClassName
{
background-color: #1AD6C9;
}
.BgClassName
{
background-color: #1AD6C9;
}
</style>
border-color css
<style>
span { border-color: #1AD6C9; }
span { border-color: rgb(26,214,201); }
td.TdClassName
{
border-color: #1AD6C9;
}
.TagClassName
{
border-color: #1AD6C9;
}
</style>