Shades of Robin's Egg Blue #10CFBC
Tints of Robin's Egg Blue #10CFBC
RGB
CMYK
RGB Variations
Color information
#10CFBC (or 0x10CFBC) is known color: Robin's Egg Blue. HEX triplet: 10, CF and BC. RGB value is (16,207,188). Sum of RGB (Red+Green+Blue) = 16+207+188=411 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.89% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #10CFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CFBC is #EF3043. Grayscale: #939393. Windows color (decimal): -15675460 or 12373776. OLE color: 12373776.
HSL color Cylindrical-coordinate representation of color #10CFBC: hue angle of 174.03º 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 #10CFBC is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 207 | 188 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.19 |
| HSL | 174.03º | 0.86% | 0.44% | - |
| HSV(B) | 174.03º | 0.92% | 0.81% | - |
| XYZ | 31.6 | 48.37 | 55.25 | - |
| YUV | 147.73 | 150.72 | 34.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 207 | 188 | 0.92 | 0 | 0.09 | 0.19 | 174.03 | 0.86 | 0.44 |
| Hex | 10 | CF | BC | 5C | 0 | 9 | 13 | AE | 56 | 2C |
| Octal | 20 | 317 | 274 | 134 | 0 | 11 | 23 | 256 | 126 | 54 |
| Binary | 10000 | 11001111 | 10111100 | 1011100 | 0 | 1001 | 10011 | 10101110 | 1010110 | 101100 |
Color Harmonies of #10CFBC
Complementary color
Monochromatic Colors of #10CFBC
Black with #10CFBC
Text Example
Text Example
White with #10CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CFBC; }
p { color: rgb(16,207,188); }
H1.HeaderClassName
{
color: #10CFBC;
}
.AnyTagClassName
{
color: #10CFBC;
}
</style>
background-color css
<style>
a { background-color: #10CFBC; }
a { background-color: rgb(16,207,188); }
div.DivClassName
{
background-color: #10CFBC;
}
.BgClassName
{
background-color: #10CFBC;
}
</style>
border-color css
<style>
span { border-color: #10CFBC; }
span { border-color: rgb(16,207,188); }
td.TdClassName
{
border-color: #10CFBC;
}
.TagClassName
{
border-color: #10CFBC;
}
</style>