Shades of Robin's Egg Blue #10C8BE
Tints of Robin's Egg Blue #10C8BE
RGB
CMYK
RGB Variations
Color information
#10C8BE (or 0x10C8BE) is known color: Robin's Egg Blue. HEX triplet: 10, C8 and BE. RGB value is (16,200,190). Sum of RGB (Red+Green+Blue) = 16+200+190=406 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.94% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #10C8BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C8BE is #EF3741. Grayscale: #8F8F8F. Windows color (decimal): -15677250 or 12503056. OLE color: 12503056.
HSL color Cylindrical-coordinate representation of color #10C8BE: hue angle of 176.74º 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 #10C8BE is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 200 | 190 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.22 |
| HSL | 176.74º | 0.85% | 0.42% | - |
| HSV(B) | 176.74º | 0.92% | 0.78% | - |
| XYZ | 30.16 | 45.14 | 55.84 | - |
| YUV | 143.84 | 154.04 | 36.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 200 | 190 | 0.92 | 0 | 0.05 | 0.22 | 176.74 | 0.85 | 0.42 |
| Hex | 10 | C8 | BE | 5C | 0 | 5 | 16 | B1 | 55 | 2A |
| Octal | 20 | 310 | 276 | 134 | 0 | 5 | 26 | 261 | 125 | 52 |
| Binary | 10000 | 11001000 | 10111110 | 1011100 | 0 | 101 | 10110 | 10110001 | 1010101 | 101010 |
Color Harmonies of #10C8BE
Complementary color
Monochromatic Colors of #10C8BE
Black with #10C8BE
Text Example
Text Example
White with #10C8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C8BE; }
p { color: rgb(16,200,190); }
H1.HeaderClassName
{
color: #10C8BE;
}
.AnyTagClassName
{
color: #10C8BE;
}
</style>
background-color css
<style>
a { background-color: #10C8BE; }
a { background-color: rgb(16,200,190); }
div.DivClassName
{
background-color: #10C8BE;
}
.BgClassName
{
background-color: #10C8BE;
}
</style>
border-color css
<style>
span { border-color: #10C8BE; }
span { border-color: rgb(16,200,190); }
td.TdClassName
{
border-color: #10C8BE;
}
.TagClassName
{
border-color: #10C8BE;
}
</style>