Shades of Robin's Egg Blue #1AD5CC
Tints of Robin's Egg Blue #1AD5CC
RGB
CMYK
RGB Variations
Color information
#1AD5CC (or 0x1AD5CC) is known color: Robin's Egg Blue. HEX triplet: 1A, D5 and CC. RGB value is (26,213,204). Sum of RGB (Red+Green+Blue) = 26+213+204=443 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.87% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #1AD5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD5CC is #E52A33. Grayscale: #9B9B9B. Windows color (decimal): -15018548 or 13423898. OLE color: 13423898.
HSL color Cylindrical-coordinate representation of color #1AD5CC: hue angle of 177.11º 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 #1AD5CC is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 213 | 204 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.16 |
| HSL | 177.11º | 0.78% | 0.47% | - |
| HSV(B) | 177.11º | 0.88% | 0.84% | - |
| XYZ | 35.12 | 52.17 | 65.35 | - |
| YUV | 156.06 | 155.05 | 35.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 213 | 204 | 0.88 | 0 | 0.04 | 0.16 | 177.11 | 0.78 | 0.47 |
| Hex | 1A | D5 | CC | 58 | 0 | 4 | 10 | B1 | 4E | 2F |
| Octal | 32 | 325 | 314 | 130 | 0 | 4 | 20 | 261 | 116 | 57 |
| Binary | 11010 | 11010101 | 11001100 | 1011000 | 0 | 100 | 10000 | 10110001 | 1001110 | 101111 |
Color Harmonies of #1AD5CC
Complementary color
Monochromatic Colors of #1AD5CC
Black with #1AD5CC
Text Example
Text Example
White with #1AD5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD5CC; }
p { color: rgb(26,213,204); }
H1.HeaderClassName
{
color: #1AD5CC;
}
.AnyTagClassName
{
color: #1AD5CC;
}
</style>
background-color css
<style>
a { background-color: #1AD5CC; }
a { background-color: rgb(26,213,204); }
div.DivClassName
{
background-color: #1AD5CC;
}
.BgClassName
{
background-color: #1AD5CC;
}
</style>
border-color css
<style>
span { border-color: #1AD5CC; }
span { border-color: rgb(26,213,204); }
td.TdClassName
{
border-color: #1AD5CC;
}
.TagClassName
{
border-color: #1AD5CC;
}
</style>