Shades of Robin's Egg Blue #10CFC2
Tints of Robin's Egg Blue #10CFC2
RGB
CMYK
RGB Variations
Color information
#10CFC2 (or 0x10CFC2) is known color: Robin's Egg Blue. HEX triplet: 10, CF and C2. RGB value is (16,207,194). Sum of RGB (Red+Green+Blue) = 16+207+194=417 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.84% from 417); Green value is 207 (81.25% from 255 or 49.64% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 207 - color contains mainly: green. Hex color #10CFC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CFC2 is #EF303D. Grayscale: #949494. Windows color (decimal): -15675454 or 12766992. OLE color: 12766992.
HSL color Cylindrical-coordinate representation of color #10CFC2: hue angle of 175.92º 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 #10CFC2 is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 207 | 194 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.19 |
| HSL | 175.92º | 0.86% | 0.44% | - |
| HSV(B) | 175.92º | 0.92% | 0.81% | - |
| XYZ | 32.26 | 48.63 | 58.73 | - |
| YUV | 148.41 | 153.72 | 33.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 207 | 194 | 0.92 | 0 | 0.06 | 0.19 | 175.92 | 0.86 | 0.44 |
| Hex | 10 | CF | C2 | 5C | 0 | 6 | 13 | B0 | 56 | 2C |
| Octal | 20 | 317 | 302 | 134 | 0 | 6 | 23 | 260 | 126 | 54 |
| Binary | 10000 | 11001111 | 11000010 | 1011100 | 0 | 110 | 10011 | 10110000 | 1010110 | 101100 |
Color Harmonies of #10CFC2
Complementary color
Monochromatic Colors of #10CFC2
Black with #10CFC2
Text Example
Text Example
White with #10CFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CFC2; }
p { color: rgb(16,207,194); }
H1.HeaderClassName
{
color: #10CFC2;
}
.AnyTagClassName
{
color: #10CFC2;
}
</style>
background-color css
<style>
a { background-color: #10CFC2; }
a { background-color: rgb(16,207,194); }
div.DivClassName
{
background-color: #10CFC2;
}
.BgClassName
{
background-color: #10CFC2;
}
</style>
border-color css
<style>
span { border-color: #10CFC2; }
span { border-color: rgb(16,207,194); }
td.TdClassName
{
border-color: #10CFC2;
}
.TagClassName
{
border-color: #10CFC2;
}
</style>