Shades of Robin's Egg Blue #1AD4C8
Tints of Robin's Egg Blue #1AD4C8
RGB
CMYK
RGB Variations
Color information
#1AD4C8 (or 0x1AD4C8) is known color: Robin's Egg Blue. HEX triplet: 1A, D4 and C8. RGB value is (26,212,200). Sum of RGB (Red+Green+Blue) = 26+212+200=438 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.94% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 200 (78.52% from 255 or 45.66% from 438); Max value from RGB is 212 - color contains mainly: green. Hex color #1AD4C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD4C8 is #E52B37. Grayscale: #9A9A9A. Windows color (decimal): -15018808 or 13161498. OLE color: 13161498.
HSL color Cylindrical-coordinate representation of color #1AD4C8: hue angle of 176.13º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD4C8 is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 212 | 200 | - |
| CMYK | 0.88 | 0 | 0.06 | 0.17 |
| HSL | 176.13º | 0.78% | 0.47% | - |
| HSV(B) | 176.13º | 0.88% | 0.83% | - |
| XYZ | 34.39 | 51.48 | 62.77 | - |
| YUV | 155.02 | 153.38 | 35.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 212 | 200 | 0.88 | 0 | 0.06 | 0.17 | 176.13 | 0.78 | 0.47 |
| Hex | 1A | D4 | C8 | 58 | 0 | 6 | 11 | B0 | 4E | 2F |
| Octal | 32 | 324 | 310 | 130 | 0 | 6 | 21 | 260 | 116 | 57 |
| Binary | 11010 | 11010100 | 11001000 | 1011000 | 0 | 110 | 10001 | 10110000 | 1001110 | 101111 |
Color Harmonies of #1AD4C8
Complementary color
Monochromatic Colors of #1AD4C8
Black with #1AD4C8
Text Example
Text Example
White with #1AD4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD4C8; }
p { color: rgb(26,212,200); }
H1.HeaderClassName
{
color: #1AD4C8;
}
.AnyTagClassName
{
color: #1AD4C8;
}
</style>
background-color css
<style>
a { background-color: #1AD4C8; }
a { background-color: rgb(26,212,200); }
div.DivClassName
{
background-color: #1AD4C8;
}
.BgClassName
{
background-color: #1AD4C8;
}
</style>
border-color css
<style>
span { border-color: #1AD4C8; }
span { border-color: rgb(26,212,200); }
td.TdClassName
{
border-color: #1AD4C8;
}
.TagClassName
{
border-color: #1AD4C8;
}
</style>