Shades of Robin's Egg Blue #1BDDB6
Tints of Robin's Egg Blue #1BDDB6
RGB
CMYK
RGB Variations
Color information
#1BDDB6 (or 0x1BDDB6) is known color: Robin's Egg Blue. HEX triplet: 1B, DD and B6. RGB value is (27,221,182). Sum of RGB (Red+Green+Blue) = 27+221+182=430 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.28% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BDDB6 is #E42249. Grayscale: #9E9E9E. Windows color (decimal): -14950986 or 11984155. OLE color: 11984155.
HSL color Cylindrical-coordinate representation of color #1BDDB6: hue angle of 167.94º 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 #1BDDB6 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 182 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.13 |
| HSL | 167.94º | 0.78% | 0.49% | - |
| HSV(B) | 167.94º | 0.88% | 0.87% | - |
| XYZ | 34.75 | 55.32 | 53.1 | - |
| YUV | 158.55 | 141.23 | 34.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 182 | 0.88 | 0 | 0.18 | 0.13 | 167.94 | 0.78 | 0.49 |
| Hex | 1B | DD | B6 | 58 | 0 | 12 | D | A8 | 4E | 31 |
| Octal | 33 | 335 | 266 | 130 | 0 | 22 | 15 | 250 | 116 | 61 |
| Binary | 11011 | 11011101 | 10110110 | 1011000 | 0 | 10010 | 1101 | 10101000 | 1001110 | 110001 |
Color Harmonies of #1BDDB6
Complementary color
Monochromatic Colors of #1BDDB6
Black with #1BDDB6
Text Example
Text Example
White with #1BDDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDDB6; }
p { color: rgb(27,221,182); }
H1.HeaderClassName
{
color: #1BDDB6;
}
.AnyTagClassName
{
color: #1BDDB6;
}
</style>
background-color css
<style>
a { background-color: #1BDDB6; }
a { background-color: rgb(27,221,182); }
div.DivClassName
{
background-color: #1BDDB6;
}
.BgClassName
{
background-color: #1BDDB6;
}
</style>
border-color css
<style>
span { border-color: #1BDDB6; }
span { border-color: rgb(27,221,182); }
td.TdClassName
{
border-color: #1BDDB6;
}
.TagClassName
{
border-color: #1BDDB6;
}
</style>