Shades of Robin's Egg Blue #1BDDBD
Tints of Robin's Egg Blue #1BDDBD
RGB
CMYK
RGB Variations
Color information
#1BDDBD (or 0x1BDDBD) is known color: Robin's Egg Blue. HEX triplet: 1B, DD and BD. RGB value is (27,221,189). Sum of RGB (Red+Green+Blue) = 27+221+189=437 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.18% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BDDBD is #E42242. Grayscale: #9F9F9F. Windows color (decimal): -14950979 or 12442907. OLE color: 12442907.
HSL color Cylindrical-coordinate representation of color #1BDDBD: hue angle of 170.1º 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 #1BDDBD is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 189 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.13 |
| HSL | 170.1º | 0.78% | 0.49% | - |
| HSV(B) | 170.1º | 0.88% | 0.87% | - |
| XYZ | 35.49 | 55.62 | 57.01 | - |
| YUV | 159.35 | 144.73 | 33.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 189 | 0.88 | 0 | 0.14 | 0.13 | 170.1 | 0.78 | 0.49 |
| Hex | 1B | DD | BD | 58 | 0 | E | D | AA | 4E | 31 |
| Octal | 33 | 335 | 275 | 130 | 0 | 16 | 15 | 252 | 116 | 61 |
| Binary | 11011 | 11011101 | 10111101 | 1011000 | 0 | 1110 | 1101 | 10101010 | 1001110 | 110001 |
Color Harmonies of #1BDDBD
Complementary color
Monochromatic Colors of #1BDDBD
Black with #1BDDBD
Text Example
Text Example
White with #1BDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDDBD; }
p { color: rgb(27,221,189); }
H1.HeaderClassName
{
color: #1BDDBD;
}
.AnyTagClassName
{
color: #1BDDBD;
}
</style>
background-color css
<style>
a { background-color: #1BDDBD; }
a { background-color: rgb(27,221,189); }
div.DivClassName
{
background-color: #1BDDBD;
}
.BgClassName
{
background-color: #1BDDBD;
}
</style>
border-color css
<style>
span { border-color: #1BDDBD; }
span { border-color: rgb(27,221,189); }
td.TdClassName
{
border-color: #1BDDBD;
}
.TagClassName
{
border-color: #1BDDBD;
}
</style>