Shades of Robin's Egg Blue #10D6CC
Tints of Robin's Egg Blue #10D6CC
RGB
CMYK
RGB Variations
Color information
#10D6CC (or 0x10D6CC) is known color: Robin's Egg Blue. HEX triplet: 10, D6 and CC. RGB value is (16,214,204). Sum of RGB (Red+Green+Blue) = 16+214+204=434 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.69% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #10D6CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D6CC is #EF2933. Grayscale: #999999. Windows color (decimal): -15673652 or 13424144. OLE color: 13424144.
HSL color Cylindrical-coordinate representation of color #10D6CC: hue angle of 176.97º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D6CC is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 214 | 204 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.16 |
| HSL | 176.97º | 0.86% | 0.45% | - |
| HSV(B) | 176.97º | 0.93% | 0.84% | - |
| XYZ | 35.16 | 52.56 | 65.42 | - |
| YUV | 153.66 | 156.4 | 29.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 214 | 204 | 0.93 | 0 | 0.05 | 0.16 | 176.97 | 0.86 | 0.45 |
| Hex | 10 | D6 | CC | 5D | 0 | 5 | 10 | B1 | 56 | 2D |
| Octal | 20 | 326 | 314 | 135 | 0 | 5 | 20 | 261 | 126 | 55 |
| Binary | 10000 | 11010110 | 11001100 | 1011101 | 0 | 101 | 10000 | 10110001 | 1010110 | 101101 |
Color Harmonies of #10D6CC
Complementary color
Monochromatic Colors of #10D6CC
Black with #10D6CC
Text Example
Text Example
White with #10D6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D6CC; }
p { color: rgb(16,214,204); }
H1.HeaderClassName
{
color: #10D6CC;
}
.AnyTagClassName
{
color: #10D6CC;
}
</style>
background-color css
<style>
a { background-color: #10D6CC; }
a { background-color: rgb(16,214,204); }
div.DivClassName
{
background-color: #10D6CC;
}
.BgClassName
{
background-color: #10D6CC;
}
</style>
border-color css
<style>
span { border-color: #10D6CC; }
span { border-color: rgb(16,214,204); }
td.TdClassName
{
border-color: #10D6CC;
}
.TagClassName
{
border-color: #10D6CC;
}
</style>