Shades of Robin's Egg Blue #1ACEBA
Tints of Robin's Egg Blue #1ACEBA
RGB
CMYK
RGB Variations
Color information
#1ACEBA (or 0x1ACEBA) is known color: Robin's Egg Blue. HEX triplet: 1A, CE and BA. RGB value is (26,206,186). Sum of RGB (Red+Green+Blue) = 26+206+186=418 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.22% from 418); Green value is 206 (80.86% from 255 or 49.28% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 206 - color contains mainly: green. Hex color #1ACEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACEBA is #E53145. Grayscale: #959595. Windows color (decimal): -15020358 or 12242458. OLE color: 12242458.
HSL color Cylindrical-coordinate representation of color #1ACEBA: hue angle of 173.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACEBA is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 206 | 186 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.19 |
| HSL | 173.33º | 0.78% | 0.45% | - |
| HSV(B) | 173.33º | 0.87% | 0.81% | - |
| XYZ | 31.36 | 47.91 | 54.05 | - |
| YUV | 149.9 | 148.37 | 39.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 206 | 186 | 0.87 | 0 | 0.10 | 0.19 | 173.33 | 0.78 | 0.45 |
| Hex | 1A | CE | BA | 57 | 0 | A | 13 | AD | 4E | 2D |
| Octal | 32 | 316 | 272 | 127 | 0 | 12 | 23 | 255 | 116 | 55 |
| Binary | 11010 | 11001110 | 10111010 | 1010111 | 0 | 1010 | 10011 | 10101101 | 1001110 | 101101 |
Color Harmonies of #1ACEBA
Complementary color
Monochromatic Colors of #1ACEBA
Black with #1ACEBA
Text Example
Text Example
White with #1ACEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACEBA; }
p { color: rgb(26,206,186); }
H1.HeaderClassName
{
color: #1ACEBA;
}
.AnyTagClassName
{
color: #1ACEBA;
}
</style>
background-color css
<style>
a { background-color: #1ACEBA; }
a { background-color: rgb(26,206,186); }
div.DivClassName
{
background-color: #1ACEBA;
}
.BgClassName
{
background-color: #1ACEBA;
}
</style>
border-color css
<style>
span { border-color: #1ACEBA; }
span { border-color: rgb(26,206,186); }
td.TdClassName
{
border-color: #1ACEBA;
}
.TagClassName
{
border-color: #1ACEBA;
}
</style>