Shades of Robin's Egg Blue #1ACABD
Tints of Robin's Egg Blue #1ACABD
RGB
CMYK
RGB Variations
Color information
#1ACABD (or 0x1ACABD) is known color: Robin's Egg Blue. HEX triplet: 1A, CA and BD. RGB value is (26,202,189). Sum of RGB (Red+Green+Blue) = 26+202+189=417 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.24% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 202 - color contains mainly: green. Hex color #1ACABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACABD is #E53542. Grayscale: #939393. Windows color (decimal): -15021379 or 12438042. OLE color: 12438042.
HSL color Cylindrical-coordinate representation of color #1ACABD: hue angle of 175.57º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACABD is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 26 | 202 | 189 | - |
| CMYK | 0.87 | 0 | 0.06 | 0.21 |
| HSL | 175.57º | 0.77% | 0.45% | - |
| HSV(B) | 175.57º | 0.87% | 0.79% | - |
| XYZ | 30.73 | 46.13 | 55.43 | - |
| YUV | 147.89 | 151.19 | 41.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 202 | 189 | 0.87 | 0 | 0.06 | 0.21 | 175.57 | 0.77 | 0.45 |
| Hex | 1A | CA | BD | 57 | 0 | 6 | 15 | B0 | 4D | 2D |
| Octal | 32 | 312 | 275 | 127 | 0 | 6 | 25 | 260 | 115 | 55 |
| Binary | 11010 | 11001010 | 10111101 | 1010111 | 0 | 110 | 10101 | 10110000 | 1001101 | 101101 |
Color Harmonies of #1ACABD
Complementary color
Monochromatic Colors of #1ACABD
Black with #1ACABD
Text Example
Text Example
White with #1ACABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACABD; }
p { color: rgb(26,202,189); }
H1.HeaderClassName
{
color: #1ACABD;
}
.AnyTagClassName
{
color: #1ACABD;
}
</style>
background-color css
<style>
a { background-color: #1ACABD; }
a { background-color: rgb(26,202,189); }
div.DivClassName
{
background-color: #1ACABD;
}
.BgClassName
{
background-color: #1ACABD;
}
</style>
border-color css
<style>
span { border-color: #1ACABD; }
span { border-color: rgb(26,202,189); }
td.TdClassName
{
border-color: #1ACABD;
}
.TagClassName
{
border-color: #1ACABD;
}
</style>