Shades of Robin's Egg Blue #08C2BB
Tints of Robin's Egg Blue #08C2BB
RGB
CMYK
RGB Variations
Color information
#08C2BB (or 0x08C2BB) is known color: Robin's Egg Blue. HEX triplet: 08, C2 and BB. RGB value is (8,194,187). Sum of RGB (Red+Green+Blue) = 8+194+187=389 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.06% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #08C2BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08C2BB is #F73D44. Grayscale: #898989. Windows color (decimal): -16203077 or 12304904. OLE color: 12304904.
HSL color Cylindrical-coordinate representation of color #08C2BB: hue angle of 177.74º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C2BB is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 194 | 187 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.24 |
| HSL | 177.74º | 0.92% | 0.4% | - |
| HSV(B) | 177.74º | 0.96% | 0.76% | - |
| XYZ | 28.36 | 42.22 | 53.67 | - |
| YUV | 137.59 | 155.88 | 35.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 194 | 187 | 0.96 | 0 | 0.04 | 0.24 | 177.74 | 0.92 | 0.4 |
| Hex | 8 | C2 | BB | 60 | 0 | 4 | 18 | B2 | 5C | 28 |
| Octal | 10 | 302 | 273 | 140 | 0 | 4 | 30 | 262 | 134 | 50 |
| Binary | 1000 | 11000010 | 10111011 | 1100000 | 0 | 100 | 11000 | 10110010 | 1011100 | 101000 |
Color Harmonies of #08C2BB
Complementary color
Monochromatic Colors of #08C2BB
Black with #08C2BB
Text Example
Text Example
White with #08C2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C2BB; }
p { color: rgb(8,194,187); }
H1.HeaderClassName
{
color: #08C2BB;
}
.AnyTagClassName
{
color: #08C2BB;
}
</style>
background-color css
<style>
a { background-color: #08C2BB; }
a { background-color: rgb(8,194,187); }
div.DivClassName
{
background-color: #08C2BB;
}
.BgClassName
{
background-color: #08C2BB;
}
</style>
border-color css
<style>
span { border-color: #08C2BB; }
span { border-color: rgb(8,194,187); }
td.TdClassName
{
border-color: #08C2BB;
}
.TagClassName
{
border-color: #08C2BB;
}
</style>