Shades of Robin's Egg Blue #1AD1CC
Tints of Robin's Egg Blue #1AD1CC
RGB
CMYK
RGB Variations
Color information
#1AD1CC (or 0x1AD1CC) is known color: Robin's Egg Blue. HEX triplet: 1A, D1 and CC. RGB value is (26,209,204). Sum of RGB (Red+Green+Blue) = 26+209+204=439 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.92% from 439); Green value is 209 (82.03% from 255 or 47.61% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD1CC is #E52E33. Grayscale: #999999. Windows color (decimal): -15019572 or 13422874. OLE color: 13422874.
HSL color Cylindrical-coordinate representation of color #1AD1CC: hue angle of 178.36º 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 #1AD1CC is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 209 | 204 | - |
| CMYK | 0.88 | 0 | 0.02 | 0.18 |
| HSL | 178.36º | 0.78% | 0.46% | - |
| HSV(B) | 178.36º | 0.88% | 0.82% | - |
| XYZ | 34.13 | 50.18 | 65.01 | - |
| YUV | 153.71 | 156.37 | 36.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 209 | 204 | 0.88 | 0 | 0.02 | 0.18 | 178.36 | 0.78 | 0.46 |
| Hex | 1A | D1 | CC | 58 | 0 | 2 | 12 | B2 | 4E | 2E |
| Octal | 32 | 321 | 314 | 130 | 0 | 2 | 22 | 262 | 116 | 56 |
| Binary | 11010 | 11010001 | 11001100 | 1011000 | 0 | 10 | 10010 | 10110010 | 1001110 | 101110 |
Color Harmonies of #1AD1CC
Complementary color
Monochromatic Colors of #1AD1CC
Black with #1AD1CC
Text Example
Text Example
White with #1AD1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD1CC; }
p { color: rgb(26,209,204); }
H1.HeaderClassName
{
color: #1AD1CC;
}
.AnyTagClassName
{
color: #1AD1CC;
}
</style>
background-color css
<style>
a { background-color: #1AD1CC; }
a { background-color: rgb(26,209,204); }
div.DivClassName
{
background-color: #1AD1CC;
}
.BgClassName
{
background-color: #1AD1CC;
}
</style>
border-color css
<style>
span { border-color: #1AD1CC; }
span { border-color: rgb(26,209,204); }
td.TdClassName
{
border-color: #1AD1CC;
}
.TagClassName
{
border-color: #1AD1CC;
}
</style>