Shades of Robin's Egg Blue #08C3BB
Tints of Robin's Egg Blue #08C3BB
RGB
CMYK
RGB Variations
Color information
#08C3BB (or 0x08C3BB) is known color: Robin's Egg Blue. HEX triplet: 08, C3 and BB. RGB value is (8,195,187). Sum of RGB (Red+Green+Blue) = 8+195+187=390 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.05% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #08C3BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08C3BB is #F73C44. Grayscale: #8A8A8A. Windows color (decimal): -16202821 or 12305160. OLE color: 12305160.
HSL color Cylindrical-coordinate representation of color #08C3BB: hue angle of 177.43º 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 #08C3BB is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 195 | 187 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.24 |
| HSL | 177.43º | 0.92% | 0.4% | - |
| HSV(B) | 177.43º | 0.96% | 0.76% | - |
| XYZ | 28.58 | 42.67 | 53.74 | - |
| YUV | 138.18 | 155.55 | 35.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 195 | 187 | 0.96 | 0 | 0.04 | 0.24 | 177.43 | 0.92 | 0.4 |
| Hex | 8 | C3 | BB | 60 | 0 | 4 | 18 | B1 | 5C | 28 |
| Octal | 10 | 303 | 273 | 140 | 0 | 4 | 30 | 261 | 134 | 50 |
| Binary | 1000 | 11000011 | 10111011 | 1100000 | 0 | 100 | 11000 | 10110001 | 1011100 | 101000 |
Color Harmonies of #08C3BB
Complementary color
Monochromatic Colors of #08C3BB
Black with #08C3BB
Text Example
Text Example
White with #08C3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C3BB; }
p { color: rgb(8,195,187); }
H1.HeaderClassName
{
color: #08C3BB;
}
.AnyTagClassName
{
color: #08C3BB;
}
</style>
background-color css
<style>
a { background-color: #08C3BB; }
a { background-color: rgb(8,195,187); }
div.DivClassName
{
background-color: #08C3BB;
}
.BgClassName
{
background-color: #08C3BB;
}
</style>
border-color css
<style>
span { border-color: #08C3BB; }
span { border-color: rgb(8,195,187); }
td.TdClassName
{
border-color: #08C3BB;
}
.TagClassName
{
border-color: #08C3BB;
}
</style>