Shades of Robin's Egg Blue #1BDFBA
Tints of Robin's Egg Blue #1BDFBA
RGB
CMYK
RGB Variations
Color information
#1BDFBA (or 0x1BDFBA) is known color: Robin's Egg Blue. HEX triplet: 1B, DF and BA. RGB value is (27,223,186). Sum of RGB (Red+Green+Blue) = 27+223+186=436 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.19% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #1BDFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BDFBA is #E42045. Grayscale: #A0A0A0. Windows color (decimal): -14950470 or 12246811. OLE color: 12246811.
HSL color Cylindrical-coordinate representation of color #1BDFBA: hue angle of 168.67º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDFBA is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 223 | 186 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.13 |
| HSL | 168.67º | 0.78% | 0.49% | - |
| HSV(B) | 168.67º | 0.88% | 0.87% | - |
| XYZ | 35.7 | 56.55 | 55.49 | - |
| YUV | 160.18 | 142.57 | 33.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 223 | 186 | 0.88 | 0 | 0.17 | 0.13 | 168.67 | 0.78 | 0.49 |
| Hex | 1B | DF | BA | 58 | 0 | 11 | D | A9 | 4E | 31 |
| Octal | 33 | 337 | 272 | 130 | 0 | 21 | 15 | 251 | 116 | 61 |
| Binary | 11011 | 11011111 | 10111010 | 1011000 | 0 | 10001 | 1101 | 10101001 | 1001110 | 110001 |
Color Harmonies of #1BDFBA
Complementary color
Monochromatic Colors of #1BDFBA
Black with #1BDFBA
Text Example
Text Example
White with #1BDFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDFBA; }
p { color: rgb(27,223,186); }
H1.HeaderClassName
{
color: #1BDFBA;
}
.AnyTagClassName
{
color: #1BDFBA;
}
</style>
background-color css
<style>
a { background-color: #1BDFBA; }
a { background-color: rgb(27,223,186); }
div.DivClassName
{
background-color: #1BDFBA;
}
.BgClassName
{
background-color: #1BDFBA;
}
</style>
border-color css
<style>
span { border-color: #1BDFBA; }
span { border-color: rgb(27,223,186); }
td.TdClassName
{
border-color: #1BDFBA;
}
.TagClassName
{
border-color: #1BDFBA;
}
</style>