Shades of Robin's Egg Blue #05DDB5
Tints of Robin's Egg Blue #05DDB5
RGB
CMYK
RGB Variations
Color information
#05DDB5 (or 0x05DDB5) is known color: Robin's Egg Blue. HEX triplet: 05, DD and B5. RGB value is (5,221,181). Sum of RGB (Red+Green+Blue) = 5+221+181=407 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 407); Green value is 221 (86.72% from 255 or 54.30% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 221 - color contains mainly: green. Hex color #05DDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DDB5 is #FA224A. Grayscale: #979797. Windows color (decimal): -16392779 or 11918597. OLE color: 11918597.
HSL color Cylindrical-coordinate representation of color #05DDB5: hue angle of 168.89º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DDB5 is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 221 | 181 | - |
| CMYK | 0.98 | 0 | 0.18 | 0.13 |
| HSL | 168.89º | 0.96% | 0.44% | - |
| HSV(B) | 168.89º | 0.98% | 0.87% | - |
| XYZ | 34.26 | 55.08 | 52.54 | - |
| YUV | 151.86 | 144.44 | 23.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 221 | 181 | 0.98 | 0 | 0.18 | 0.13 | 168.89 | 0.96 | 0.44 |
| Hex | 5 | DD | B5 | 62 | 0 | 12 | D | A9 | 60 | 2C |
| Octal | 5 | 335 | 265 | 142 | 0 | 22 | 15 | 251 | 140 | 54 |
| Binary | 101 | 11011101 | 10110101 | 1100010 | 0 | 10010 | 1101 | 10101001 | 1100000 | 101100 |
Color Harmonies of #05DDB5
Complementary color
Monochromatic Colors of #05DDB5
Black with #05DDB5
Text Example
Text Example
White with #05DDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DDB5; }
p { color: rgb(5,221,181); }
H1.HeaderClassName
{
color: #05DDB5;
}
.AnyTagClassName
{
color: #05DDB5;
}
</style>
background-color css
<style>
a { background-color: #05DDB5; }
a { background-color: rgb(5,221,181); }
div.DivClassName
{
background-color: #05DDB5;
}
.BgClassName
{
background-color: #05DDB5;
}
</style>
border-color css
<style>
span { border-color: #05DDB5; }
span { border-color: rgb(5,221,181); }
td.TdClassName
{
border-color: #05DDB5;
}
.TagClassName
{
border-color: #05DDB5;
}
</style>