Shades of Robin's Egg Blue #1BDABC
Tints of Robin's Egg Blue #1BDABC
RGB
CMYK
RGB Variations
Color information
#1BDABC (or 0x1BDABC) is known color: Robin's Egg Blue. HEX triplet: 1B, DA and BC. RGB value is (27,218,188). Sum of RGB (Red+Green+Blue) = 27+218+188=433 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.24% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BDABC is #E42543. Grayscale: #9D9D9D. Windows color (decimal): -14951748 or 12376603. OLE color: 12376603.
HSL color Cylindrical-coordinate representation of color #1BDABC: hue angle of 170.58º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDABC is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 218 | 188 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.15 |
| HSL | 170.58º | 0.78% | 0.48% | - |
| HSV(B) | 170.58º | 0.88% | 0.85% | - |
| XYZ | 34.6 | 54.01 | 56.18 | - |
| YUV | 157.47 | 145.22 | 34.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 188 | 0.88 | 0 | 0.14 | 0.15 | 170.58 | 0.78 | 0.48 |
| Hex | 1B | DA | BC | 58 | 0 | E | F | AB | 4E | 30 |
| Octal | 33 | 332 | 274 | 130 | 0 | 16 | 17 | 253 | 116 | 60 |
| Binary | 11011 | 11011010 | 10111100 | 1011000 | 0 | 1110 | 1111 | 10101011 | 1001110 | 110000 |
Color Harmonies of #1BDABC
Complementary color
Monochromatic Colors of #1BDABC
Black with #1BDABC
Text Example
Text Example
White with #1BDABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDABC; }
p { color: rgb(27,218,188); }
H1.HeaderClassName
{
color: #1BDABC;
}
.AnyTagClassName
{
color: #1BDABC;
}
</style>
background-color css
<style>
a { background-color: #1BDABC; }
a { background-color: rgb(27,218,188); }
div.DivClassName
{
background-color: #1BDABC;
}
.BgClassName
{
background-color: #1BDABC;
}
</style>
border-color css
<style>
span { border-color: #1BDABC; }
span { border-color: rgb(27,218,188); }
td.TdClassName
{
border-color: #1BDABC;
}
.TagClassName
{
border-color: #1BDABC;
}
</style>