Shades of Robin's Egg Blue #08D6C0
Tints of Robin's Egg Blue #08D6C0
RGB
CMYK
RGB Variations
Color information
#08D6C0 (or 0x08D6C0) is known color: Robin's Egg Blue. HEX triplet: 08, D6 and C0. RGB value is (8,214,192). Sum of RGB (Red+Green+Blue) = 8+214+192=414 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.93% from 414); Green value is 214 (83.98% from 255 or 51.69% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 214 - color contains mainly: green. Hex color #08D6C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08D6C0 is #F7293F. Grayscale: #959595. Windows color (decimal): -16197952 or 12637704. OLE color: 12637704.
HSL color Cylindrical-coordinate representation of color #08D6C0: hue angle of 173.59º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D6C0 is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 8 | 214 | 192 | - |
| CMYK | 0.96 | 0 | 0.10 | 0.16 |
| HSL | 173.59º | 0.93% | 0.44% | - |
| HSV(B) | 173.59º | 0.96% | 0.84% | - |
| XYZ | 33.66 | 51.95 | 58.12 | - |
| YUV | 149.9 | 151.75 | 26.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 214 | 192 | 0.96 | 0 | 0.10 | 0.16 | 173.59 | 0.93 | 0.44 |
| Hex | 8 | D6 | C0 | 60 | 0 | A | 10 | AE | 5D | 2C |
| Octal | 10 | 326 | 300 | 140 | 0 | 12 | 20 | 256 | 135 | 54 |
| Binary | 1000 | 11010110 | 11000000 | 1100000 | 0 | 1010 | 10000 | 10101110 | 1011101 | 101100 |
Color Harmonies of #08D6C0
Complementary color
Monochromatic Colors of #08D6C0
Black with #08D6C0
Text Example
Text Example
White with #08D6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D6C0; }
p { color: rgb(8,214,192); }
H1.HeaderClassName
{
color: #08D6C0;
}
.AnyTagClassName
{
color: #08D6C0;
}
</style>
background-color css
<style>
a { background-color: #08D6C0; }
a { background-color: rgb(8,214,192); }
div.DivClassName
{
background-color: #08D6C0;
}
.BgClassName
{
background-color: #08D6C0;
}
</style>
border-color css
<style>
span { border-color: #08D6C0; }
span { border-color: rgb(8,214,192); }
td.TdClassName
{
border-color: #08D6C0;
}
.TagClassName
{
border-color: #08D6C0;
}
</style>