Shades of Robin's Egg Blue #1ACDC2
Tints of Robin's Egg Blue #1ACDC2
RGB
CMYK
RGB Variations
Color information
#1ACDC2 (or 0x1ACDC2) is known color: Robin's Egg Blue. HEX triplet: 1A, CD and C2. RGB value is (26,205,194). Sum of RGB (Red+Green+Blue) = 26+205+194=425 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.12% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 194 (76.17% from 255 or 45.65% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #1ACDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACDC2 is #E5323D. Grayscale: #969696. Windows color (decimal): -15020606 or 12766490. OLE color: 12766490.
HSL color Cylindrical-coordinate representation of color #1ACDC2: hue angle of 176.31º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACDC2 is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 26 | 205 | 194 | - |
| CMYK | 0.87 | 0 | 0.05 | 0.20 |
| HSL | 176.31º | 0.77% | 0.45% | - |
| HSV(B) | 176.31º | 0.87% | 0.8% | - |
| XYZ | 31.99 | 47.78 | 58.57 | - |
| YUV | 150.23 | 152.7 | 39.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 205 | 194 | 0.87 | 0 | 0.05 | 0.20 | 176.31 | 0.77 | 0.45 |
| Hex | 1A | CD | C2 | 57 | 0 | 5 | 14 | B0 | 4D | 2D |
| Octal | 32 | 315 | 302 | 127 | 0 | 5 | 24 | 260 | 115 | 55 |
| Binary | 11010 | 11001101 | 11000010 | 1010111 | 0 | 101 | 10100 | 10110000 | 1001101 | 101101 |
Color Harmonies of #1ACDC2
Complementary color
Monochromatic Colors of #1ACDC2
Black with #1ACDC2
Text Example
Text Example
White with #1ACDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACDC2; }
p { color: rgb(26,205,194); }
H1.HeaderClassName
{
color: #1ACDC2;
}
.AnyTagClassName
{
color: #1ACDC2;
}
</style>
background-color css
<style>
a { background-color: #1ACDC2; }
a { background-color: rgb(26,205,194); }
div.DivClassName
{
background-color: #1ACDC2;
}
.BgClassName
{
background-color: #1ACDC2;
}
</style>
border-color css
<style>
span { border-color: #1ACDC2; }
span { border-color: rgb(26,205,194); }
td.TdClassName
{
border-color: #1ACDC2;
}
.TagClassName
{
border-color: #1ACDC2;
}
</style>