Shades of Robin's Egg Blue #05DEBC
Tints of Robin's Egg Blue #05DEBC
RGB
CMYK
RGB Variations
Color information
#05DEBC (or 0x05DEBC) is known color: Robin's Egg Blue. HEX triplet: 05, DE and BC. RGB value is (5,222,188). Sum of RGB (Red+Green+Blue) = 5+222+188=415 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 415); Green value is 222 (87.11% from 255 or 53.49% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 222 - color contains mainly: green. Hex color #05DEBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DEBC is #FA2143. Grayscale: #999999. Windows color (decimal): -16392516 or 12377605. OLE color: 12377605.
HSL color Cylindrical-coordinate representation of color #05DEBC: hue angle of 170.6º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DEBC is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 222 | 188 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.13 |
| HSL | 170.6º | 0.96% | 0.45% | - |
| HSV(B) | 170.6º | 0.98% | 0.87% | - |
| XYZ | 35.26 | 55.91 | 56.51 | - |
| YUV | 153.24 | 147.61 | 22.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 222 | 188 | 0.98 | 0 | 0.15 | 0.13 | 170.6 | 0.96 | 0.45 |
| Hex | 5 | DE | BC | 62 | 0 | F | D | AB | 60 | 2D |
| Octal | 5 | 336 | 274 | 142 | 0 | 17 | 15 | 253 | 140 | 55 |
| Binary | 101 | 11011110 | 10111100 | 1100010 | 0 | 1111 | 1101 | 10101011 | 1100000 | 101101 |
Color Harmonies of #05DEBC
Complementary color
Monochromatic Colors of #05DEBC
Black with #05DEBC
Text Example
Text Example
White with #05DEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DEBC; }
p { color: rgb(5,222,188); }
H1.HeaderClassName
{
color: #05DEBC;
}
.AnyTagClassName
{
color: #05DEBC;
}
</style>
background-color css
<style>
a { background-color: #05DEBC; }
a { background-color: rgb(5,222,188); }
div.DivClassName
{
background-color: #05DEBC;
}
.BgClassName
{
background-color: #05DEBC;
}
</style>
border-color css
<style>
span { border-color: #05DEBC; }
span { border-color: rgb(5,222,188); }
td.TdClassName
{
border-color: #05DEBC;
}
.TagClassName
{
border-color: #05DEBC;
}
</style>