Shades of Robin's Egg Blue #05E3BD
Tints of Robin's Egg Blue #05E3BD
RGB
CMYK
RGB Variations
Color information
#05E3BD (or 0x05E3BD) is known color: Robin's Egg Blue. HEX triplet: 05, E3 and BD. RGB value is (5,227,189). Sum of RGB (Red+Green+Blue) = 5+227+189=421 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.19% from 421); Green value is 227 (89.06% from 255 or 53.92% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 227 - color contains mainly: green. Hex color #05E3BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05E3BD is #FA1C42. Grayscale: #9C9C9C. Windows color (decimal): -16391235 or 12444421. OLE color: 12444421.
HSL color Cylindrical-coordinate representation of color #05E3BD: hue angle of 169.73º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E3BD is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 227 | 189 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.11 |
| HSL | 169.73º | 0.96% | 0.45% | - |
| HSV(B) | 169.73º | 0.98% | 0.89% | - |
| XYZ | 36.72 | 58.64 | 57.53 | - |
| YUV | 156.29 | 146.45 | 20.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 227 | 189 | 0.98 | 0 | 0.17 | 0.11 | 169.73 | 0.96 | 0.45 |
| Hex | 5 | E3 | BD | 62 | 0 | 11 | B | AA | 60 | 2D |
| Octal | 5 | 343 | 275 | 142 | 0 | 21 | 13 | 252 | 140 | 55 |
| Binary | 101 | 11100011 | 10111101 | 1100010 | 0 | 10001 | 1011 | 10101010 | 1100000 | 101101 |
Color Harmonies of #05E3BD
Complementary color
Monochromatic Colors of #05E3BD
Black with #05E3BD
Text Example
Text Example
White with #05E3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E3BD; }
p { color: rgb(5,227,189); }
H1.HeaderClassName
{
color: #05E3BD;
}
.AnyTagClassName
{
color: #05E3BD;
}
</style>
background-color css
<style>
a { background-color: #05E3BD; }
a { background-color: rgb(5,227,189); }
div.DivClassName
{
background-color: #05E3BD;
}
.BgClassName
{
background-color: #05E3BD;
}
</style>
border-color css
<style>
span { border-color: #05E3BD; }
span { border-color: rgb(5,227,189); }
td.TdClassName
{
border-color: #05E3BD;
}
.TagClassName
{
border-color: #05E3BD;
}
</style>