Shades of Robin's Egg Blue #10C6CE
Tints of Robin's Egg Blue #10C6CE
RGB
CMYK
RGB Variations
Color information
#10C6CE (or 0x10C6CE) is known color: Robin's Egg Blue. HEX triplet: 10, C6 and CE. RGB value is (16,198,206). Sum of RGB (Red+Green+Blue) = 16+198+206=420 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.81% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #10C6CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C6CE is #EF3931. Grayscale: #909090. Windows color (decimal): -15677746 or 13551120. OLE color: 13551120.
HSL color Cylindrical-coordinate representation of color #10C6CE: hue angle of 182.53º 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 #10C6CE is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 198 | 206 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.19 |
| HSL | 182.53º | 0.86% | 0.44% | - |
| HSV(B) | 182.53º | 0.92% | 0.81% | - |
| XYZ | 31.55 | 44.95 | 65.41 | - |
| YUV | 144.49 | 162.7 | 36.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 198 | 206 | 0.92 | 0.04 | 0 | 0.19 | 182.53 | 0.86 | 0.44 |
| Hex | 10 | C6 | CE | 5C | 4 | 0 | 13 | B7 | 56 | 2C |
| Octal | 20 | 306 | 316 | 134 | 4 | 0 | 23 | 267 | 126 | 54 |
| Binary | 10000 | 11000110 | 11001110 | 1011100 | 100 | 0 | 10011 | 10110111 | 1010110 | 101100 |
Color Harmonies of #10C6CE
Complementary color
Monochromatic Colors of #10C6CE
Black with #10C6CE
Text Example
Text Example
White with #10C6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C6CE; }
p { color: rgb(16,198,206); }
H1.HeaderClassName
{
color: #10C6CE;
}
.AnyTagClassName
{
color: #10C6CE;
}
</style>
background-color css
<style>
a { background-color: #10C6CE; }
a { background-color: rgb(16,198,206); }
div.DivClassName
{
background-color: #10C6CE;
}
.BgClassName
{
background-color: #10C6CE;
}
</style>
border-color css
<style>
span { border-color: #10C6CE; }
span { border-color: rgb(16,198,206); }
td.TdClassName
{
border-color: #10C6CE;
}
.TagClassName
{
border-color: #10C6CE;
}
</style>