Shades of Robin's Egg Blue #1AC5D0
Tints of Robin's Egg Blue #1AC5D0
RGB
CMYK
RGB Variations
Color information
#1AC5D0 (or 0x1AC5D0) is known color: Robin's Egg Blue. HEX triplet: 1A, C5 and D0. RGB value is (26,197,208). Sum of RGB (Red+Green+Blue) = 26+197+208=431 (57% of max value = 765). Red value is 26 (10.55% from 255 or 6.03% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #1AC5D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC5D0 is #E53A2F. Grayscale: #929292. Windows color (decimal): -15022640 or 13681946. OLE color: 13681946.
HSL color Cylindrical-coordinate representation of color #1AC5D0: hue angle of 183.63º 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 #1AC5D0 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 197 | 208 | - |
| CMYK | 0.88 | 0.05 | 0 | 0.18 |
| HSL | 183.63º | 0.78% | 0.46% | - |
| HSV(B) | 183.63º | 0.88% | 0.82% | - |
| XYZ | 31.78 | 44.71 | 66.63 | - |
| YUV | 147.13 | 162.35 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 197 | 208 | 0.88 | 0.05 | 0 | 0.18 | 183.63 | 0.78 | 0.46 |
| Hex | 1A | C5 | D0 | 58 | 5 | 0 | 12 | B8 | 4E | 2E |
| Octal | 32 | 305 | 320 | 130 | 5 | 0 | 22 | 270 | 116 | 56 |
| Binary | 11010 | 11000101 | 11010000 | 1011000 | 101 | 0 | 10010 | 10111000 | 1001110 | 101110 |
Color Harmonies of #1AC5D0
Complementary color
Monochromatic Colors of #1AC5D0
Black with #1AC5D0
Text Example
Text Example
White with #1AC5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC5D0; }
p { color: rgb(26,197,208); }
H1.HeaderClassName
{
color: #1AC5D0;
}
.AnyTagClassName
{
color: #1AC5D0;
}
</style>
background-color css
<style>
a { background-color: #1AC5D0; }
a { background-color: rgb(26,197,208); }
div.DivClassName
{
background-color: #1AC5D0;
}
.BgClassName
{
background-color: #1AC5D0;
}
</style>
border-color css
<style>
span { border-color: #1AC5D0; }
span { border-color: rgb(26,197,208); }
td.TdClassName
{
border-color: #1AC5D0;
}
.TagClassName
{
border-color: #1AC5D0;
}
</style>