Shades of Robin's Egg Blue #1AD2B8
Tints of Robin's Egg Blue #1AD2B8
RGB
CMYK
RGB Variations
Color information
#1AD2B8 (or 0x1AD2B8) is known color: Robin's Egg Blue. HEX triplet: 1A, D2 and B8. RGB value is (26,210,184). Sum of RGB (Red+Green+Blue) = 26+210+184=420 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.19% from 420); Green value is 210 (82.42% from 255 or 50% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD2B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD2B8 is #E52D47. Grayscale: #979797. Windows color (decimal): -15019336 or 12112410. OLE color: 12112410.
HSL color Cylindrical-coordinate representation of color #1AD2B8: hue angle of 171.52º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD2B8 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 184 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.18 |
| HSL | 171.52º | 0.78% | 0.46% | - |
| HSV(B) | 171.52º | 0.88% | 0.82% | - |
| XYZ | 32.12 | 49.77 | 53.26 | - |
| YUV | 152.02 | 146.04 | 38.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 184 | 0.88 | 0 | 0.12 | 0.18 | 171.52 | 0.78 | 0.46 |
| Hex | 1A | D2 | B8 | 58 | 0 | C | 12 | AC | 4E | 2E |
| Octal | 32 | 322 | 270 | 130 | 0 | 14 | 22 | 254 | 116 | 56 |
| Binary | 11010 | 11010010 | 10111000 | 1011000 | 0 | 1100 | 10010 | 10101100 | 1001110 | 101110 |
Color Harmonies of #1AD2B8
Complementary color
Monochromatic Colors of #1AD2B8
Black with #1AD2B8
Text Example
Text Example
White with #1AD2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD2B8; }
p { color: rgb(26,210,184); }
H1.HeaderClassName
{
color: #1AD2B8;
}
.AnyTagClassName
{
color: #1AD2B8;
}
</style>
background-color css
<style>
a { background-color: #1AD2B8; }
a { background-color: rgb(26,210,184); }
div.DivClassName
{
background-color: #1AD2B8;
}
.BgClassName
{
background-color: #1AD2B8;
}
</style>
border-color css
<style>
span { border-color: #1AD2B8; }
span { border-color: rgb(26,210,184); }
td.TdClassName
{
border-color: #1AD2B8;
}
.TagClassName
{
border-color: #1AD2B8;
}
</style>