Shades of Robin's Egg Blue #08D2BB
Tints of Robin's Egg Blue #08D2BB
RGB
CMYK
RGB Variations
Color information
#08D2BB (or 0x08D2BB) is known color: Robin's Egg Blue. HEX triplet: 08, D2 and BB. RGB value is (8,210,187). Sum of RGB (Red+Green+Blue) = 8+210+187=405 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.98% from 405); Green value is 210 (82.42% from 255 or 51.85% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 210 - color contains mainly: green. Hex color #08D2BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08D2BB is #F72D44. Grayscale: #929292. Windows color (decimal): -16198981 or 12309000. OLE color: 12309000.
HSL color Cylindrical-coordinate representation of color #08D2BB: hue angle of 173.17º 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 #08D2BB is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 8 | 210 | 187 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.18 |
| HSL | 173.17º | 0.93% | 0.43% | - |
| HSV(B) | 173.17º | 0.96% | 0.82% | - |
| XYZ | 32.12 | 49.73 | 54.92 | - |
| YUV | 146.98 | 150.58 | 28.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 210 | 187 | 0.96 | 0 | 0.11 | 0.18 | 173.17 | 0.93 | 0.43 |
| Hex | 8 | D2 | BB | 60 | 0 | B | 12 | AD | 5D | 2B |
| Octal | 10 | 322 | 273 | 140 | 0 | 13 | 22 | 255 | 135 | 53 |
| Binary | 1000 | 11010010 | 10111011 | 1100000 | 0 | 1011 | 10010 | 10101101 | 1011101 | 101011 |
Color Harmonies of #08D2BB
Complementary color
Monochromatic Colors of #08D2BB
Black with #08D2BB
Text Example
Text Example
White with #08D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D2BB; }
p { color: rgb(8,210,187); }
H1.HeaderClassName
{
color: #08D2BB;
}
.AnyTagClassName
{
color: #08D2BB;
}
</style>
background-color css
<style>
a { background-color: #08D2BB; }
a { background-color: rgb(8,210,187); }
div.DivClassName
{
background-color: #08D2BB;
}
.BgClassName
{
background-color: #08D2BB;
}
</style>
border-color css
<style>
span { border-color: #08D2BB; }
span { border-color: rgb(8,210,187); }
td.TdClassName
{
border-color: #08D2BB;
}
.TagClassName
{
border-color: #08D2BB;
}
</style>