Shades of Robin's Egg Blue #08D2BC
Tints of Robin's Egg Blue #08D2BC
RGB
CMYK
RGB Variations
Color information
#08D2BC (or 0x08D2BC) is known color: Robin's Egg Blue. HEX triplet: 08, D2 and BC. RGB value is (8,210,188). Sum of RGB (Red+Green+Blue) = 8+210+188=406 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.97% from 406); Green value is 210 (82.42% from 255 or 51.72% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 210 - color contains mainly: green. Hex color #08D2BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08D2BC is #F72D43. Grayscale: #929292. Windows color (decimal): -16198980 or 12374536. OLE color: 12374536.
HSL color Cylindrical-coordinate representation of color #08D2BC: hue angle of 173.47º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D2BC is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 8 | 210 | 188 | - |
| CMYK | 0.96 | 0 | 0.10 | 0.18 |
| HSL | 173.47º | 0.93% | 0.43% | - |
| HSV(B) | 173.47º | 0.96% | 0.82% | - |
| XYZ | 32.22 | 49.78 | 55.49 | - |
| YUV | 147.09 | 151.08 | 28.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 210 | 188 | 0.96 | 0 | 0.10 | 0.18 | 173.47 | 0.93 | 0.43 |
| Hex | 8 | D2 | BC | 60 | 0 | A | 12 | AD | 5D | 2B |
| Octal | 10 | 322 | 274 | 140 | 0 | 12 | 22 | 255 | 135 | 53 |
| Binary | 1000 | 11010010 | 10111100 | 1100000 | 0 | 1010 | 10010 | 10101101 | 1011101 | 101011 |
Color Harmonies of #08D2BC
Complementary color
Monochromatic Colors of #08D2BC
Black with #08D2BC
Text Example
Text Example
White with #08D2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D2BC; }
p { color: rgb(8,210,188); }
H1.HeaderClassName
{
color: #08D2BC;
}
.AnyTagClassName
{
color: #08D2BC;
}
</style>
background-color css
<style>
a { background-color: #08D2BC; }
a { background-color: rgb(8,210,188); }
div.DivClassName
{
background-color: #08D2BC;
}
.BgClassName
{
background-color: #08D2BC;
}
</style>
border-color css
<style>
span { border-color: #08D2BC; }
span { border-color: rgb(8,210,188); }
td.TdClassName
{
border-color: #08D2BC;
}
.TagClassName
{
border-color: #08D2BC;
}
</style>