Shades of Robin's Egg Blue #05DDB7
Tints of Robin's Egg Blue #05DDB7
RGB
CMYK
RGB Variations
Color information
#05DDB7 (or 0x05DDB7) is known color: Robin's Egg Blue. HEX triplet: 05, DD and B7. RGB value is (5,221,183). Sum of RGB (Red+Green+Blue) = 5+221+183=409 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 183 (71.88% from 255 or 44.74% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #05DDB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DDB7 is #FA2248. Grayscale: #989898. Windows color (decimal): -16392777 or 12049669. OLE color: 12049669.
HSL color Cylindrical-coordinate representation of color #05DDB7: hue angle of 169.44º 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 #05DDB7 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 221 | 183 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.13 |
| HSL | 169.44º | 0.96% | 0.44% | - |
| HSV(B) | 169.44º | 0.98% | 0.87% | - |
| XYZ | 34.47 | 55.16 | 53.63 | - |
| YUV | 152.08 | 145.44 | 23.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 221 | 183 | 0.98 | 0 | 0.17 | 0.13 | 169.44 | 0.96 | 0.44 |
| Hex | 5 | DD | B7 | 62 | 0 | 11 | D | A9 | 60 | 2C |
| Octal | 5 | 335 | 267 | 142 | 0 | 21 | 15 | 251 | 140 | 54 |
| Binary | 101 | 11011101 | 10110111 | 1100010 | 0 | 10001 | 1101 | 10101001 | 1100000 | 101100 |
Color Harmonies of #05DDB7
Complementary color
Monochromatic Colors of #05DDB7
Black with #05DDB7
Text Example
Text Example
White with #05DDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DDB7; }
p { color: rgb(5,221,183); }
H1.HeaderClassName
{
color: #05DDB7;
}
.AnyTagClassName
{
color: #05DDB7;
}
</style>
background-color css
<style>
a { background-color: #05DDB7; }
a { background-color: rgb(5,221,183); }
div.DivClassName
{
background-color: #05DDB7;
}
.BgClassName
{
background-color: #05DDB7;
}
</style>
border-color css
<style>
span { border-color: #05DDB7; }
span { border-color: rgb(5,221,183); }
td.TdClassName
{
border-color: #05DDB7;
}
.TagClassName
{
border-color: #05DDB7;
}
</style>