Shades of Robin's Egg Blue #1ACEBF
Tints of Robin's Egg Blue #1ACEBF
RGB
CMYK
RGB Variations
Color information
#1ACEBF (or 0x1ACEBF) is known color: Robin's Egg Blue. HEX triplet: 1A, CE and BF. RGB value is (26,206,191). Sum of RGB (Red+Green+Blue) = 26+206+191=423 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.15% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #1ACEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACEBF is #E53140. Grayscale: #969696. Windows color (decimal): -15020353 or 12570138. OLE color: 12570138.
HSL color Cylindrical-coordinate representation of color #1ACEBF: hue angle of 175º 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 #1ACEBF is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 206 | 191 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.19 |
| HSL | 175º | 0.78% | 0.45% | - |
| HSV(B) | 175º | 0.87% | 0.81% | - |
| XYZ | 31.9 | 48.12 | 56.9 | - |
| YUV | 150.47 | 150.87 | 39.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 206 | 191 | 0.87 | 0 | 0.07 | 0.19 | 175 | 0.78 | 0.45 |
| Hex | 1A | CE | BF | 57 | 0 | 7 | 13 | AF | 4E | 2D |
| Octal | 32 | 316 | 277 | 127 | 0 | 7 | 23 | 257 | 116 | 55 |
| Binary | 11010 | 11001110 | 10111111 | 1010111 | 0 | 111 | 10011 | 10101111 | 1001110 | 101101 |
Color Harmonies of #1ACEBF
Complementary color
Monochromatic Colors of #1ACEBF
Black with #1ACEBF
Text Example
Text Example
White with #1ACEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACEBF; }
p { color: rgb(26,206,191); }
H1.HeaderClassName
{
color: #1ACEBF;
}
.AnyTagClassName
{
color: #1ACEBF;
}
</style>
background-color css
<style>
a { background-color: #1ACEBF; }
a { background-color: rgb(26,206,191); }
div.DivClassName
{
background-color: #1ACEBF;
}
.BgClassName
{
background-color: #1ACEBF;
}
</style>
border-color css
<style>
span { border-color: #1ACEBF; }
span { border-color: rgb(26,206,191); }
td.TdClassName
{
border-color: #1ACEBF;
}
.TagClassName
{
border-color: #1ACEBF;
}
</style>