Shades of Robin's Egg Blue #1ACEBC
Tints of Robin's Egg Blue #1ACEBC
RGB
CMYK
RGB Variations
Color information
#1ACEBC (or 0x1ACEBC) is known color: Robin's Egg Blue. HEX triplet: 1A, CE and BC. RGB value is (26,206,188). Sum of RGB (Red+Green+Blue) = 26+206+188=420 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.19% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #1ACEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACEBC is #E53143. Grayscale: #969696. Windows color (decimal): -15020356 or 12373530. OLE color: 12373530.
HSL color Cylindrical-coordinate representation of color #1ACEBC: hue angle of 174º 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 #1ACEBC is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 206 | 188 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.19 |
| HSL | 174º | 0.78% | 0.45% | - |
| HSV(B) | 174º | 0.87% | 0.81% | - |
| XYZ | 31.57 | 47.99 | 55.18 | - |
| YUV | 150.13 | 149.37 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 206 | 188 | 0.87 | 0 | 0.09 | 0.19 | 174 | 0.78 | 0.45 |
| Hex | 1A | CE | BC | 57 | 0 | 9 | 13 | AE | 4E | 2D |
| Octal | 32 | 316 | 274 | 127 | 0 | 11 | 23 | 256 | 116 | 55 |
| Binary | 11010 | 11001110 | 10111100 | 1010111 | 0 | 1001 | 10011 | 10101110 | 1001110 | 101101 |
Color Harmonies of #1ACEBC
Complementary color
Monochromatic Colors of #1ACEBC
Black with #1ACEBC
Text Example
Text Example
White with #1ACEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACEBC; }
p { color: rgb(26,206,188); }
H1.HeaderClassName
{
color: #1ACEBC;
}
.AnyTagClassName
{
color: #1ACEBC;
}
</style>
background-color css
<style>
a { background-color: #1ACEBC; }
a { background-color: rgb(26,206,188); }
div.DivClassName
{
background-color: #1ACEBC;
}
.BgClassName
{
background-color: #1ACEBC;
}
</style>
border-color css
<style>
span { border-color: #1ACEBC; }
span { border-color: rgb(26,206,188); }
td.TdClassName
{
border-color: #1ACEBC;
}
.TagClassName
{
border-color: #1ACEBC;
}
</style>