Shades of Robin's Egg Blue #08C8BC
Tints of Robin's Egg Blue #08C8BC
RGB
CMYK
RGB Variations
Color information
#08C8BC (or 0x08C8BC) is known color: Robin's Egg Blue. HEX triplet: 08, C8 and BC. RGB value is (8,200,188). Sum of RGB (Red+Green+Blue) = 8+200+188=396 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.02% from 396); Green value is 200 (78.52% from 255 or 50.51% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 200 - color contains mainly: green. Hex color #08C8BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08C8BC is #F73743. Grayscale: #8D8D8D. Windows color (decimal): -16201540 or 12371976. OLE color: 12371976.
HSL color Cylindrical-coordinate representation of color #08C8BC: hue angle of 176.25º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C8BC is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 200 | 188 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.22 |
| HSL | 176.25º | 0.92% | 0.41% | - |
| HSV(B) | 176.25º | 0.96% | 0.78% | - |
| XYZ | 29.83 | 44.99 | 54.69 | - |
| YUV | 141.22 | 154.39 | 32.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 200 | 188 | 0.96 | 0 | 0.06 | 0.22 | 176.25 | 0.92 | 0.41 |
| Hex | 8 | C8 | BC | 60 | 0 | 6 | 16 | B0 | 5C | 29 |
| Octal | 10 | 310 | 274 | 140 | 0 | 6 | 26 | 260 | 134 | 51 |
| Binary | 1000 | 11001000 | 10111100 | 1100000 | 0 | 110 | 10110 | 10110000 | 1011100 | 101001 |
Color Harmonies of #08C8BC
Complementary color
Monochromatic Colors of #08C8BC
Black with #08C8BC
Text Example
Text Example
White with #08C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C8BC; }
p { color: rgb(8,200,188); }
H1.HeaderClassName
{
color: #08C8BC;
}
.AnyTagClassName
{
color: #08C8BC;
}
</style>
background-color css
<style>
a { background-color: #08C8BC; }
a { background-color: rgb(8,200,188); }
div.DivClassName
{
background-color: #08C8BC;
}
.BgClassName
{
background-color: #08C8BC;
}
</style>
border-color css
<style>
span { border-color: #08C8BC; }
span { border-color: rgb(8,200,188); }
td.TdClassName
{
border-color: #08C8BC;
}
.TagClassName
{
border-color: #08C8BC;
}
</style>