Shades of Robin's Egg Blue #10CFBA
Tints of Robin's Egg Blue #10CFBA
RGB
CMYK
RGB Variations
Color information
#10CFBA (or 0x10CFBA) is known color: Robin's Egg Blue. HEX triplet: 10, CF and BA. RGB value is (16,207,186). Sum of RGB (Red+Green+Blue) = 16+207+186=409 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.91% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #10CFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CFBA is #EF3045. Grayscale: #939393. Windows color (decimal): -15675462 or 12242704. OLE color: 12242704.
HSL color Cylindrical-coordinate representation of color #10CFBA: hue angle of 173.4º 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 #10CFBA is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 207 | 186 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.19 |
| HSL | 173.4º | 0.86% | 0.44% | - |
| HSV(B) | 173.4º | 0.92% | 0.81% | - |
| XYZ | 31.39 | 48.28 | 54.12 | - |
| YUV | 147.5 | 149.72 | 34.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 207 | 186 | 0.92 | 0 | 0.10 | 0.19 | 173.4 | 0.86 | 0.44 |
| Hex | 10 | CF | BA | 5C | 0 | A | 13 | AD | 56 | 2C |
| Octal | 20 | 317 | 272 | 134 | 0 | 12 | 23 | 255 | 126 | 54 |
| Binary | 10000 | 11001111 | 10111010 | 1011100 | 0 | 1010 | 10011 | 10101101 | 1010110 | 101100 |
Color Harmonies of #10CFBA
Complementary color
Monochromatic Colors of #10CFBA
Black with #10CFBA
Text Example
Text Example
White with #10CFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CFBA; }
p { color: rgb(16,207,186); }
H1.HeaderClassName
{
color: #10CFBA;
}
.AnyTagClassName
{
color: #10CFBA;
}
</style>
background-color css
<style>
a { background-color: #10CFBA; }
a { background-color: rgb(16,207,186); }
div.DivClassName
{
background-color: #10CFBA;
}
.BgClassName
{
background-color: #10CFBA;
}
</style>
border-color css
<style>
span { border-color: #10CFBA; }
span { border-color: rgb(16,207,186); }
td.TdClassName
{
border-color: #10CFBA;
}
.TagClassName
{
border-color: #10CFBA;
}
</style>