Shades of Robin's Egg Blue #08C2BD
Tints of Robin's Egg Blue #08C2BD
RGB
CMYK
RGB Variations
Color information
#08C2BD (or 0x08C2BD) is known color: Robin's Egg Blue. HEX triplet: 08, C2 and BD. RGB value is (8,194,189). Sum of RGB (Red+Green+Blue) = 8+194+189=391 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.05% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #08C2BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08C2BD is #F73D42. Grayscale: #898989. Windows color (decimal): -16203075 or 12435976. OLE color: 12435976.
HSL color Cylindrical-coordinate representation of color #08C2BD: hue angle of 178.39º 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 #08C2BD is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 194 | 189 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.24 |
| HSL | 178.39º | 0.92% | 0.4% | - |
| HSV(B) | 178.39º | 0.96% | 0.76% | - |
| XYZ | 28.58 | 42.31 | 54.8 | - |
| YUV | 137.82 | 156.88 | 35.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 194 | 189 | 0.96 | 0 | 0.03 | 0.24 | 178.39 | 0.92 | 0.4 |
| Hex | 8 | C2 | BD | 60 | 0 | 3 | 18 | B2 | 5C | 28 |
| Octal | 10 | 302 | 275 | 140 | 0 | 3 | 30 | 262 | 134 | 50 |
| Binary | 1000 | 11000010 | 10111101 | 1100000 | 0 | 11 | 11000 | 10110010 | 1011100 | 101000 |
Color Harmonies of #08C2BD
Complementary color
Monochromatic Colors of #08C2BD
Black with #08C2BD
Text Example
Text Example
White with #08C2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C2BD; }
p { color: rgb(8,194,189); }
H1.HeaderClassName
{
color: #08C2BD;
}
.AnyTagClassName
{
color: #08C2BD;
}
</style>
background-color css
<style>
a { background-color: #08C2BD; }
a { background-color: rgb(8,194,189); }
div.DivClassName
{
background-color: #08C2BD;
}
.BgClassName
{
background-color: #08C2BD;
}
</style>
border-color css
<style>
span { border-color: #08C2BD; }
span { border-color: rgb(8,194,189); }
td.TdClassName
{
border-color: #08C2BD;
}
.TagClassName
{
border-color: #08C2BD;
}
</style>