Shades of Robin's Egg Blue #05D5BA
Tints of Robin's Egg Blue #05D5BA
RGB
CMYK
RGB Variations
Color information
#05D5BA (or 0x05D5BA) is known color: Robin's Egg Blue. HEX triplet: 05, D5 and BA. RGB value is (5,213,186). Sum of RGB (Red+Green+Blue) = 5+213+186=404 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #05D5BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05D5BA is #FA2A45. Grayscale: #939393. Windows color (decimal): -16394822 or 12244229. OLE color: 12244229.
HSL color Cylindrical-coordinate representation of color #05D5BA: hue angle of 172.21º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D5BA is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 213 | 186 | - |
| CMYK | 0.98 | 0 | 0.13 | 0.16 |
| HSL | 172.21º | 0.95% | 0.43% | - |
| HSV(B) | 172.21º | 0.98% | 0.84% | - |
| XYZ | 32.72 | 51.17 | 54.61 | - |
| YUV | 147.73 | 149.59 | 26.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 213 | 186 | 0.98 | 0 | 0.13 | 0.16 | 172.21 | 0.95 | 0.43 |
| Hex | 5 | D5 | BA | 62 | 0 | D | 10 | AC | 5F | 2B |
| Octal | 5 | 325 | 272 | 142 | 0 | 15 | 20 | 254 | 137 | 53 |
| Binary | 101 | 11010101 | 10111010 | 1100010 | 0 | 1101 | 10000 | 10101100 | 1011111 | 101011 |
Color Harmonies of #05D5BA
Complementary color
Monochromatic Colors of #05D5BA
Black with #05D5BA
Text Example
Text Example
White with #05D5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D5BA; }
p { color: rgb(5,213,186); }
H1.HeaderClassName
{
color: #05D5BA;
}
.AnyTagClassName
{
color: #05D5BA;
}
</style>
background-color css
<style>
a { background-color: #05D5BA; }
a { background-color: rgb(5,213,186); }
div.DivClassName
{
background-color: #05D5BA;
}
.BgClassName
{
background-color: #05D5BA;
}
</style>
border-color css
<style>
span { border-color: #05D5BA; }
span { border-color: rgb(5,213,186); }
td.TdClassName
{
border-color: #05D5BA;
}
.TagClassName
{
border-color: #05D5BA;
}
</style>