Shades of Robin's Egg Blue #05DBBD
Tints of Robin's Egg Blue #05DBBD
RGB
CMYK
RGB Variations
Color information
#05DBBD (or 0x05DBBD) is known color: Robin's Egg Blue. HEX triplet: 05, DB and BD. RGB value is (5,219,189). Sum of RGB (Red+Green+Blue) = 5+219+189=413 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 413); Green value is 219 (85.94% from 255 or 53.03% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 219 - color contains mainly: green. Hex color #05DBBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DBBD is #FA2442. Grayscale: #979797. Windows color (decimal): -16393283 or 12442373. OLE color: 12442373.
HSL color Cylindrical-coordinate representation of color #05DBBD: hue angle of 171.59º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DBBD is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 219 | 189 | - |
| CMYK | 0.98 | 0 | 0.14 | 0.14 |
| HSL | 171.59º | 0.96% | 0.44% | - |
| HSV(B) | 171.59º | 0.98% | 0.86% | - |
| XYZ | 34.58 | 54.37 | 56.82 | - |
| YUV | 151.59 | 149.1 | 23.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 219 | 189 | 0.98 | 0 | 0.14 | 0.14 | 171.59 | 0.96 | 0.44 |
| Hex | 5 | DB | BD | 62 | 0 | E | E | AC | 60 | 2C |
| Octal | 5 | 333 | 275 | 142 | 0 | 16 | 16 | 254 | 140 | 54 |
| Binary | 101 | 11011011 | 10111101 | 1100010 | 0 | 1110 | 1110 | 10101100 | 1100000 | 101100 |
Color Harmonies of #05DBBD
Complementary color
Monochromatic Colors of #05DBBD
Black with #05DBBD
Text Example
Text Example
White with #05DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DBBD; }
p { color: rgb(5,219,189); }
H1.HeaderClassName
{
color: #05DBBD;
}
.AnyTagClassName
{
color: #05DBBD;
}
</style>
background-color css
<style>
a { background-color: #05DBBD; }
a { background-color: rgb(5,219,189); }
div.DivClassName
{
background-color: #05DBBD;
}
.BgClassName
{
background-color: #05DBBD;
}
</style>
border-color css
<style>
span { border-color: #05DBBD; }
span { border-color: rgb(5,219,189); }
td.TdClassName
{
border-color: #05DBBD;
}
.TagClassName
{
border-color: #05DBBD;
}
</style>