Shades of Robin's Egg Blue #1BDDC2
Tints of Robin's Egg Blue #1BDDC2
RGB
CMYK
RGB Variations
Color information
#1BDDC2 (or 0x1BDDC2) is known color: Robin's Egg Blue. HEX triplet: 1B, DD and C2. RGB value is (27,221,194). Sum of RGB (Red+Green+Blue) = 27+221+194=442 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.11% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BDDC2 is #E4223D. Grayscale: #9F9F9F. Windows color (decimal): -14950974 or 12770587. OLE color: 12770587.
HSL color Cylindrical-coordinate representation of color #1BDDC2: hue angle of 171.65º 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 #1BDDC2 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 194 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.13 |
| HSL | 171.65º | 0.78% | 0.49% | - |
| HSV(B) | 171.65º | 0.88% | 0.87% | - |
| XYZ | 36.05 | 55.84 | 59.92 | - |
| YUV | 159.92 | 147.23 | 33.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 194 | 0.88 | 0 | 0.12 | 0.13 | 171.65 | 0.78 | 0.49 |
| Hex | 1B | DD | C2 | 58 | 0 | C | D | AC | 4E | 31 |
| Octal | 33 | 335 | 302 | 130 | 0 | 14 | 15 | 254 | 116 | 61 |
| Binary | 11011 | 11011101 | 11000010 | 1011000 | 0 | 1100 | 1101 | 10101100 | 1001110 | 110001 |
Color Harmonies of #1BDDC2
Complementary color
Monochromatic Colors of #1BDDC2
Black with #1BDDC2
Text Example
Text Example
White with #1BDDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDDC2; }
p { color: rgb(27,221,194); }
H1.HeaderClassName
{
color: #1BDDC2;
}
.AnyTagClassName
{
color: #1BDDC2;
}
</style>
background-color css
<style>
a { background-color: #1BDDC2; }
a { background-color: rgb(27,221,194); }
div.DivClassName
{
background-color: #1BDDC2;
}
.BgClassName
{
background-color: #1BDDC2;
}
</style>
border-color css
<style>
span { border-color: #1BDDC2; }
span { border-color: rgb(27,221,194); }
td.TdClassName
{
border-color: #1BDDC2;
}
.TagClassName
{
border-color: #1BDDC2;
}
</style>