Shades of Robin's Egg Blue #1AD0CC
Tints of Robin's Egg Blue #1AD0CC
RGB
CMYK
RGB Variations
Color information
#1AD0CC (or 0x1AD0CC) is known color: Robin's Egg Blue. HEX triplet: 1A, D0 and CC. RGB value is (26,208,204). Sum of RGB (Red+Green+Blue) = 26+208+204=438 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.94% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD0CC is #E52F33. Grayscale: #989898. Windows color (decimal): -15019828 or 13422618. OLE color: 13422618.
HSL color Cylindrical-coordinate representation of color #1AD0CC: hue angle of 178.68º 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 #1AD0CC is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 204 | - |
| CMYK | 0.88 | 0 | 0.02 | 0.18 |
| HSL | 178.68º | 0.78% | 0.46% | - |
| HSV(B) | 178.68º | 0.88% | 0.82% | - |
| XYZ | 33.88 | 49.69 | 64.93 | - |
| YUV | 153.13 | 156.7 | 37.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 204 | 0.88 | 0 | 0.02 | 0.18 | 178.68 | 0.78 | 0.46 |
| Hex | 1A | D0 | CC | 58 | 0 | 2 | 12 | B3 | 4E | 2E |
| Octal | 32 | 320 | 314 | 130 | 0 | 2 | 22 | 263 | 116 | 56 |
| Binary | 11010 | 11010000 | 11001100 | 1011000 | 0 | 10 | 10010 | 10110011 | 1001110 | 101110 |
Color Harmonies of #1AD0CC
Complementary color
Monochromatic Colors of #1AD0CC
Black with #1AD0CC
Text Example
Text Example
White with #1AD0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD0CC; }
p { color: rgb(26,208,204); }
H1.HeaderClassName
{
color: #1AD0CC;
}
.AnyTagClassName
{
color: #1AD0CC;
}
</style>
background-color css
<style>
a { background-color: #1AD0CC; }
a { background-color: rgb(26,208,204); }
div.DivClassName
{
background-color: #1AD0CC;
}
.BgClassName
{
background-color: #1AD0CC;
}
</style>
border-color css
<style>
span { border-color: #1AD0CC; }
span { border-color: rgb(26,208,204); }
td.TdClassName
{
border-color: #1AD0CC;
}
.TagClassName
{
border-color: #1AD0CC;
}
</style>