Shades of Robin's Egg Blue #10D0C9
Tints of Robin's Egg Blue #10D0C9
RGB
CMYK
RGB Variations
Color information
#10D0C9 (or 0x10D0C9) is known color: Robin's Egg Blue. HEX triplet: 10, D0 and C9. RGB value is (16,208,201). Sum of RGB (Red+Green+Blue) = 16+208+201=425 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.76% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 208 - color contains mainly: green. Hex color #10D0C9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D0C9 is #EF2F36. Grayscale: #959595. Windows color (decimal): -15675191 or 13226000. OLE color: 13226000.
HSL color Cylindrical-coordinate representation of color #10D0C9: hue angle of 177.81º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D0C9 is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 208 | 201 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.18 |
| HSL | 177.81º | 0.86% | 0.44% | - |
| HSV(B) | 177.81º | 0.92% | 0.82% | - |
| XYZ | 33.31 | 49.44 | 63.05 | - |
| YUV | 149.79 | 156.89 | 32.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 208 | 201 | 0.92 | 0 | 0.03 | 0.18 | 177.81 | 0.86 | 0.44 |
| Hex | 10 | D0 | C9 | 5C | 0 | 3 | 12 | B2 | 56 | 2C |
| Octal | 20 | 320 | 311 | 134 | 0 | 3 | 22 | 262 | 126 | 54 |
| Binary | 10000 | 11010000 | 11001001 | 1011100 | 0 | 11 | 10010 | 10110010 | 1010110 | 101100 |
Color Harmonies of #10D0C9
Complementary color
Monochromatic Colors of #10D0C9
Black with #10D0C9
Text Example
Text Example
White with #10D0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D0C9; }
p { color: rgb(16,208,201); }
H1.HeaderClassName
{
color: #10D0C9;
}
.AnyTagClassName
{
color: #10D0C9;
}
</style>
background-color css
<style>
a { background-color: #10D0C9; }
a { background-color: rgb(16,208,201); }
div.DivClassName
{
background-color: #10D0C9;
}
.BgClassName
{
background-color: #10D0C9;
}
</style>
border-color css
<style>
span { border-color: #10D0C9; }
span { border-color: rgb(16,208,201); }
td.TdClassName
{
border-color: #10D0C9;
}
.TagClassName
{
border-color: #10D0C9;
}
</style>