Shades of Robin's Egg Blue #1ADCBC
Tints of Robin's Egg Blue #1ADCBC
RGB
CMYK
RGB Variations
Color information
#1ADCBC (or 0x1ADCBC) is known color: Robin's Egg Blue. HEX triplet: 1A, DC and BC. RGB value is (26,220,188). Sum of RGB (Red+Green+Blue) = 26+220+188=434 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.99% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADCBC is #E52343. Grayscale: #9E9E9E. Windows color (decimal): -15016772 or 12377114. OLE color: 12377114.
HSL color Cylindrical-coordinate representation of color #1ADCBC: hue angle of 170.1º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADCBC is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 220 | 188 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.14 |
| HSL | 170.1º | 0.79% | 0.48% | - |
| HSV(B) | 170.1º | 0.88% | 0.86% | - |
| XYZ | 35.1 | 55.04 | 56.35 | - |
| YUV | 158.35 | 144.73 | 33.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 188 | 0.88 | 0 | 0.15 | 0.14 | 170.1 | 0.79 | 0.48 |
| Hex | 1A | DC | BC | 58 | 0 | F | E | AA | 4F | 30 |
| Octal | 32 | 334 | 274 | 130 | 0 | 17 | 16 | 252 | 117 | 60 |
| Binary | 11010 | 11011100 | 10111100 | 1011000 | 0 | 1111 | 1110 | 10101010 | 1001111 | 110000 |
Color Harmonies of #1ADCBC
Complementary color
Monochromatic Colors of #1ADCBC
Black with #1ADCBC
Text Example
Text Example
White with #1ADCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADCBC; }
p { color: rgb(26,220,188); }
H1.HeaderClassName
{
color: #1ADCBC;
}
.AnyTagClassName
{
color: #1ADCBC;
}
</style>
background-color css
<style>
a { background-color: #1ADCBC; }
a { background-color: rgb(26,220,188); }
div.DivClassName
{
background-color: #1ADCBC;
}
.BgClassName
{
background-color: #1ADCBC;
}
</style>
border-color css
<style>
span { border-color: #1ADCBC; }
span { border-color: rgb(26,220,188); }
td.TdClassName
{
border-color: #1ADCBC;
}
.TagClassName
{
border-color: #1ADCBC;
}
</style>