Shades of Robin's Egg Blue #05E1BD
Tints of Robin's Egg Blue #05E1BD
RGB
CMYK
RGB Variations
Color information
#05E1BD (or 0x05E1BD) is known color: Robin's Egg Blue. HEX triplet: 05, E1 and BD. RGB value is (5,225,189). Sum of RGB (Red+Green+Blue) = 5+225+189=419 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.19% from 419); Green value is 225 (88.28% from 255 or 53.70% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 225 - color contains mainly: green. Hex color #05E1BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05E1BD is #FA1E42. Grayscale: #9B9B9B. Windows color (decimal): -16391747 or 12443909. OLE color: 12443909.
HSL color Cylindrical-coordinate representation of color #05E1BD: hue angle of 170.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E1BD is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 225 | 189 | - |
| CMYK | 0.98 | 0 | 0.16 | 0.12 |
| HSL | 170.18º | 0.96% | 0.45% | - |
| HSV(B) | 170.18º | 0.98% | 0.88% | - |
| XYZ | 36.17 | 57.56 | 57.35 | - |
| YUV | 155.12 | 147.11 | 20.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 225 | 189 | 0.98 | 0 | 0.16 | 0.12 | 170.18 | 0.96 | 0.45 |
| Hex | 5 | E1 | BD | 62 | 0 | 10 | C | AA | 60 | 2D |
| Octal | 5 | 341 | 275 | 142 | 0 | 20 | 14 | 252 | 140 | 55 |
| Binary | 101 | 11100001 | 10111101 | 1100010 | 0 | 10000 | 1100 | 10101010 | 1100000 | 101101 |
Color Harmonies of #05E1BD
Complementary color
Monochromatic Colors of #05E1BD
Black with #05E1BD
Text Example
Text Example
White with #05E1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E1BD; }
p { color: rgb(5,225,189); }
H1.HeaderClassName
{
color: #05E1BD;
}
.AnyTagClassName
{
color: #05E1BD;
}
</style>
background-color css
<style>
a { background-color: #05E1BD; }
a { background-color: rgb(5,225,189); }
div.DivClassName
{
background-color: #05E1BD;
}
.BgClassName
{
background-color: #05E1BD;
}
</style>
border-color css
<style>
span { border-color: #05E1BD; }
span { border-color: rgb(5,225,189); }
td.TdClassName
{
border-color: #05E1BD;
}
.TagClassName
{
border-color: #05E1BD;
}
</style>