Shades of Robin's Egg Blue #06DBBD
Tints of Robin's Egg Blue #06DBBD
RGB
CMYK
RGB Variations
Color information
#06DBBD (or 0x06DBBD) is known color: Robin's Egg Blue. HEX triplet: 06, DB and BD. RGB value is (6,219,189). Sum of RGB (Red+Green+Blue) = 6+219+189=414 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.45% from 414); Green value is 219 (85.94% from 255 or 52.90% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 219 - color contains mainly: green. Hex color #06DBBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DBBD is #F92442. Grayscale: #979797. Windows color (decimal): -16327747 or 12442374. OLE color: 12442374.
HSL color Cylindrical-coordinate representation of color #06DBBD: hue angle of 171.55º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DBBD is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 219 | 189 | - |
| CMYK | 0.97 | 0 | 0.14 | 0.14 |
| HSL | 171.55º | 0.95% | 0.44% | - |
| HSV(B) | 171.55º | 0.97% | 0.86% | - |
| XYZ | 34.59 | 54.38 | 56.82 | - |
| YUV | 151.89 | 148.93 | 23.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 219 | 189 | 0.97 | 0 | 0.14 | 0.14 | 171.55 | 0.95 | 0.44 |
| Hex | 6 | DB | BD | 61 | 0 | E | E | AC | 5F | 2C |
| Octal | 6 | 333 | 275 | 141 | 0 | 16 | 16 | 254 | 137 | 54 |
| Binary | 110 | 11011011 | 10111101 | 1100001 | 0 | 1110 | 1110 | 10101100 | 1011111 | 101100 |
Color Harmonies of #06DBBD
Complementary color
Monochromatic Colors of #06DBBD
Black with #06DBBD
Text Example
Text Example
White with #06DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DBBD; }
p { color: rgb(6,219,189); }
H1.HeaderClassName
{
color: #06DBBD;
}
.AnyTagClassName
{
color: #06DBBD;
}
</style>
background-color css
<style>
a { background-color: #06DBBD; }
a { background-color: rgb(6,219,189); }
div.DivClassName
{
background-color: #06DBBD;
}
.BgClassName
{
background-color: #06DBBD;
}
</style>
border-color css
<style>
span { border-color: #06DBBD; }
span { border-color: rgb(6,219,189); }
td.TdClassName
{
border-color: #06DBBD;
}
.TagClassName
{
border-color: #06DBBD;
}
</style>