Shades of Robin's Egg Blue #1ACCBD
Tints of Robin's Egg Blue #1ACCBD
RGB
CMYK
RGB Variations
Color information
#1ACCBD (or 0x1ACCBD) is known color: Robin's Egg Blue. HEX triplet: 1A, CC and BD. RGB value is (26,204,189). Sum of RGB (Red+Green+Blue) = 26+204+189=419 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.21% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #1ACCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACCBD is #E53342. Grayscale: #949494. Windows color (decimal): -15020867 or 12438554. OLE color: 12438554.
HSL color Cylindrical-coordinate representation of color #1ACCBD: hue angle of 174.94º 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 #1ACCBD is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 26 | 204 | 189 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.2 |
| HSL | 174.94º | 0.77% | 0.45% | - |
| HSV(B) | 174.94º | 0.87% | 0.8% | - |
| XYZ | 31.2 | 47.08 | 55.59 | - |
| YUV | 149.07 | 150.53 | 40.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 204 | 189 | 0.87 | 0 | 0.07 | 0.2 | 174.94 | 0.77 | 0.45 |
| Hex | 1A | CC | BD | 57 | 0 | 7 | 14 | AF | 4D | 2D |
| Octal | 32 | 314 | 275 | 127 | 0 | 7 | 24 | 257 | 115 | 55 |
| Binary | 11010 | 11001100 | 10111101 | 1010111 | 0 | 111 | 10100 | 10101111 | 1001101 | 101101 |
Color Harmonies of #1ACCBD
Complementary color
Monochromatic Colors of #1ACCBD
Black with #1ACCBD
Text Example
Text Example
White with #1ACCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACCBD; }
p { color: rgb(26,204,189); }
H1.HeaderClassName
{
color: #1ACCBD;
}
.AnyTagClassName
{
color: #1ACCBD;
}
</style>
background-color css
<style>
a { background-color: #1ACCBD; }
a { background-color: rgb(26,204,189); }
div.DivClassName
{
background-color: #1ACCBD;
}
.BgClassName
{
background-color: #1ACCBD;
}
</style>
border-color css
<style>
span { border-color: #1ACCBD; }
span { border-color: rgb(26,204,189); }
td.TdClassName
{
border-color: #1ACCBD;
}
.TagClassName
{
border-color: #1ACCBD;
}
</style>