Shades of Robin's Egg Blue #1BD2BE
Tints of Robin's Egg Blue #1BD2BE
RGB
CMYK
RGB Variations
Color information
#1BD2BE (or 0x1BD2BE) is known color: Robin's Egg Blue. HEX triplet: 1B, D2 and BE. RGB value is (27,210,190). Sum of RGB (Red+Green+Blue) = 27+210+190=427 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.32% from 427); Green value is 210 (82.42% from 255 or 49.18% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 210 - color contains mainly: green. Hex color #1BD2BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BD2BE is #E42D41. Grayscale: #989898. Windows color (decimal): -14953794 or 12505627. OLE color: 12505627.
HSL color Cylindrical-coordinate representation of color #1BD2BE: hue angle of 173.44º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD2BE is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 27 | 210 | 190 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.18 |
| HSL | 173.44º | 0.77% | 0.46% | - |
| HSV(B) | 173.44º | 0.87% | 0.82% | - |
| XYZ | 32.79 | 50.04 | 56.65 | - |
| YUV | 153 | 148.87 | 38.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 210 | 190 | 0.87 | 0 | 0.10 | 0.18 | 173.44 | 0.77 | 0.46 |
| Hex | 1B | D2 | BE | 57 | 0 | A | 12 | AD | 4D | 2E |
| Octal | 33 | 322 | 276 | 127 | 0 | 12 | 22 | 255 | 115 | 56 |
| Binary | 11011 | 11010010 | 10111110 | 1010111 | 0 | 1010 | 10010 | 10101101 | 1001101 | 101110 |
Color Harmonies of #1BD2BE
Complementary color
Monochromatic Colors of #1BD2BE
Black with #1BD2BE
Text Example
Text Example
White with #1BD2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD2BE; }
p { color: rgb(27,210,190); }
H1.HeaderClassName
{
color: #1BD2BE;
}
.AnyTagClassName
{
color: #1BD2BE;
}
</style>
background-color css
<style>
a { background-color: #1BD2BE; }
a { background-color: rgb(27,210,190); }
div.DivClassName
{
background-color: #1BD2BE;
}
.BgClassName
{
background-color: #1BD2BE;
}
</style>
border-color css
<style>
span { border-color: #1BD2BE; }
span { border-color: rgb(27,210,190); }
td.TdClassName
{
border-color: #1BD2BE;
}
.TagClassName
{
border-color: #1BD2BE;
}
</style>