Shades of Robin's Egg Blue #10CFC8
Tints of Robin's Egg Blue #10CFC8
RGB
CMYK
RGB Variations
Color information
#10CFC8 (or 0x10CFC8) is known color: Robin's Egg Blue. HEX triplet: 10, CF and C8. RGB value is (16,207,200). Sum of RGB (Red+Green+Blue) = 16+207+200=423 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.78% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 200 (78.52% from 255 or 47.28% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #10CFC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CFC8 is #EF3037. Grayscale: #949494. Windows color (decimal): -15675448 or 13160208. OLE color: 13160208.
HSL color Cylindrical-coordinate representation of color #10CFC8: hue angle of 177.8º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CFC8 is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 207 | 200 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.19 |
| HSL | 177.8º | 0.86% | 0.44% | - |
| HSV(B) | 177.8º | 0.92% | 0.81% | - |
| XYZ | 32.95 | 48.91 | 62.35 | - |
| YUV | 149.09 | 156.72 | 33.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 207 | 200 | 0.92 | 0 | 0.03 | 0.19 | 177.8 | 0.86 | 0.44 |
| Hex | 10 | CF | C8 | 5C | 0 | 3 | 13 | B2 | 56 | 2C |
| Octal | 20 | 317 | 310 | 134 | 0 | 3 | 23 | 262 | 126 | 54 |
| Binary | 10000 | 11001111 | 11001000 | 1011100 | 0 | 11 | 10011 | 10110010 | 1010110 | 101100 |
Color Harmonies of #10CFC8
Complementary color
Monochromatic Colors of #10CFC8
Black with #10CFC8
Text Example
Text Example
White with #10CFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CFC8; }
p { color: rgb(16,207,200); }
H1.HeaderClassName
{
color: #10CFC8;
}
.AnyTagClassName
{
color: #10CFC8;
}
</style>
background-color css
<style>
a { background-color: #10CFC8; }
a { background-color: rgb(16,207,200); }
div.DivClassName
{
background-color: #10CFC8;
}
.BgClassName
{
background-color: #10CFC8;
}
</style>
border-color css
<style>
span { border-color: #10CFC8; }
span { border-color: rgb(16,207,200); }
td.TdClassName
{
border-color: #10CFC8;
}
.TagClassName
{
border-color: #10CFC8;
}
</style>