Shades of Robin's Egg Blue #06DBC1
Tints of Robin's Egg Blue #06DBC1
RGB
CMYK
RGB Variations
Color information
#06DBC1 (or 0x06DBC1) is known color: Robin's Egg Blue. HEX triplet: 06, DB and C1. RGB value is (6,219,193). Sum of RGB (Red+Green+Blue) = 6+219+193=418 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.44% from 418); Green value is 219 (85.94% from 255 or 52.39% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 219 - color contains mainly: green. Hex color #06DBC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DBC1 is #F9243E. Grayscale: #989898. Windows color (decimal): -16327743 or 12704518. OLE color: 12704518.
HSL color Cylindrical-coordinate representation of color #06DBC1: hue angle of 172.68º 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 #06DBC1 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 219 | 193 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.14 |
| HSL | 172.68º | 0.95% | 0.44% | - |
| HSV(B) | 172.68º | 0.97% | 0.86% | - |
| XYZ | 35.03 | 54.55 | 59.14 | - |
| YUV | 152.35 | 150.93 | 23.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 219 | 193 | 0.97 | 0 | 0.12 | 0.14 | 172.68 | 0.95 | 0.44 |
| Hex | 6 | DB | C1 | 61 | 0 | C | E | AD | 5F | 2C |
| Octal | 6 | 333 | 301 | 141 | 0 | 14 | 16 | 255 | 137 | 54 |
| Binary | 110 | 11011011 | 11000001 | 1100001 | 0 | 1100 | 1110 | 10101101 | 1011111 | 101100 |
Color Harmonies of #06DBC1
Complementary color
Monochromatic Colors of #06DBC1
Black with #06DBC1
Text Example
Text Example
White with #06DBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DBC1; }
p { color: rgb(6,219,193); }
H1.HeaderClassName
{
color: #06DBC1;
}
.AnyTagClassName
{
color: #06DBC1;
}
</style>
background-color css
<style>
a { background-color: #06DBC1; }
a { background-color: rgb(6,219,193); }
div.DivClassName
{
background-color: #06DBC1;
}
.BgClassName
{
background-color: #06DBC1;
}
</style>
border-color css
<style>
span { border-color: #06DBC1; }
span { border-color: rgb(6,219,193); }
td.TdClassName
{
border-color: #06DBC1;
}
.TagClassName
{
border-color: #06DBC1;
}
</style>