Shades of Robin's Egg Blue #10C8CD
Tints of Robin's Egg Blue #10C8CD
RGB
CMYK
RGB Variations
Color information
#10C8CD (or 0x10C8CD) is known color: Robin's Egg Blue. HEX triplet: 10, C8 and CD. RGB value is (16,200,205). Sum of RGB (Red+Green+Blue) = 16+200+205=421 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.80% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #10C8CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C8CD is #EF3732. Grayscale: #919191. Windows color (decimal): -15677235 or 13486096. OLE color: 13486096.
HSL color Cylindrical-coordinate representation of color #10C8CD: hue angle of 181.59º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C8CD is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 200 | 205 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.20 |
| HSL | 181.59º | 0.86% | 0.43% | - |
| HSV(B) | 181.59º | 0.92% | 0.8% | - |
| XYZ | 31.89 | 45.83 | 64.92 | - |
| YUV | 145.55 | 161.54 | 35.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 200 | 205 | 0.92 | 0.02 | 0 | 0.20 | 181.59 | 0.86 | 0.43 |
| Hex | 10 | C8 | CD | 5C | 2 | 0 | 14 | B6 | 56 | 2B |
| Octal | 20 | 310 | 315 | 134 | 2 | 0 | 24 | 266 | 126 | 53 |
| Binary | 10000 | 11001000 | 11001101 | 1011100 | 10 | 0 | 10100 | 10110110 | 1010110 | 101011 |
Color Harmonies of #10C8CD
Complementary color
Monochromatic Colors of #10C8CD
Black with #10C8CD
Text Example
Text Example
White with #10C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C8CD; }
p { color: rgb(16,200,205); }
H1.HeaderClassName
{
color: #10C8CD;
}
.AnyTagClassName
{
color: #10C8CD;
}
</style>
background-color css
<style>
a { background-color: #10C8CD; }
a { background-color: rgb(16,200,205); }
div.DivClassName
{
background-color: #10C8CD;
}
.BgClassName
{
background-color: #10C8CD;
}
</style>
border-color css
<style>
span { border-color: #10C8CD; }
span { border-color: rgb(16,200,205); }
td.TdClassName
{
border-color: #10C8CD;
}
.TagClassName
{
border-color: #10C8CD;
}
</style>