Shades of Robin's Egg Blue #10C8BC
Tints of Robin's Egg Blue #10C8BC
RGB
CMYK
RGB Variations
Color information
#10C8BC (or 0x10C8BC) is known color: Robin's Egg Blue. HEX triplet: 10, C8 and BC. RGB value is (16,200,188). Sum of RGB (Red+Green+Blue) = 16+200+188=404 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.96% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #10C8BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C8BC is #EF3743. Grayscale: #8F8F8F. Windows color (decimal): -15677252 or 12371984. OLE color: 12371984.
HSL color Cylindrical-coordinate representation of color #10C8BC: hue angle of 176.09º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C8BC is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 200 | 188 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.22 |
| HSL | 176.09º | 0.85% | 0.42% | - |
| HSV(B) | 176.09º | 0.92% | 0.78% | - |
| XYZ | 29.95 | 45.05 | 54.69 | - |
| YUV | 143.62 | 153.04 | 36.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 200 | 188 | 0.92 | 0 | 0.06 | 0.22 | 176.09 | 0.85 | 0.42 |
| Hex | 10 | C8 | BC | 5C | 0 | 6 | 16 | B0 | 55 | 2A |
| Octal | 20 | 310 | 274 | 134 | 0 | 6 | 26 | 260 | 125 | 52 |
| Binary | 10000 | 11001000 | 10111100 | 1011100 | 0 | 110 | 10110 | 10110000 | 1010101 | 101010 |
Color Harmonies of #10C8BC
Complementary color
Monochromatic Colors of #10C8BC
Black with #10C8BC
Text Example
Text Example
White with #10C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C8BC; }
p { color: rgb(16,200,188); }
H1.HeaderClassName
{
color: #10C8BC;
}
.AnyTagClassName
{
color: #10C8BC;
}
</style>
background-color css
<style>
a { background-color: #10C8BC; }
a { background-color: rgb(16,200,188); }
div.DivClassName
{
background-color: #10C8BC;
}
.BgClassName
{
background-color: #10C8BC;
}
</style>
border-color css
<style>
span { border-color: #10C8BC; }
span { border-color: rgb(16,200,188); }
td.TdClassName
{
border-color: #10C8BC;
}
.TagClassName
{
border-color: #10C8BC;
}
</style>