Shades of Robin's Egg Blue #1BDDBE
Tints of Robin's Egg Blue #1BDDBE
RGB
CMYK
RGB Variations
Color information
#1BDDBE (or 0x1BDDBE) is known color: Robin's Egg Blue. HEX triplet: 1B, DD and BE. RGB value is (27,221,190). Sum of RGB (Red+Green+Blue) = 27+221+190=438 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.16% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BDDBE is #E42241. Grayscale: #9F9F9F. Windows color (decimal): -14950978 or 12508443. OLE color: 12508443.
HSL color Cylindrical-coordinate representation of color #1BDDBE: hue angle of 170.41º 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 #1BDDBE is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 190 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.13 |
| HSL | 170.41º | 0.78% | 0.49% | - |
| HSV(B) | 170.41º | 0.88% | 0.87% | - |
| XYZ | 35.6 | 55.66 | 57.58 | - |
| YUV | 159.46 | 145.23 | 33.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 190 | 0.88 | 0 | 0.14 | 0.13 | 170.41 | 0.78 | 0.49 |
| Hex | 1B | DD | BE | 58 | 0 | E | D | AA | 4E | 31 |
| Octal | 33 | 335 | 276 | 130 | 0 | 16 | 15 | 252 | 116 | 61 |
| Binary | 11011 | 11011101 | 10111110 | 1011000 | 0 | 1110 | 1101 | 10101010 | 1001110 | 110001 |
Color Harmonies of #1BDDBE
Complementary color
Monochromatic Colors of #1BDDBE
Black with #1BDDBE
Text Example
Text Example
White with #1BDDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDDBE; }
p { color: rgb(27,221,190); }
H1.HeaderClassName
{
color: #1BDDBE;
}
.AnyTagClassName
{
color: #1BDDBE;
}
</style>
background-color css
<style>
a { background-color: #1BDDBE; }
a { background-color: rgb(27,221,190); }
div.DivClassName
{
background-color: #1BDDBE;
}
.BgClassName
{
background-color: #1BDDBE;
}
</style>
border-color css
<style>
span { border-color: #1BDDBE; }
span { border-color: rgb(27,221,190); }
td.TdClassName
{
border-color: #1BDDBE;
}
.TagClassName
{
border-color: #1BDDBE;
}
</style>