Shades of Robin's Egg Blue #10CDB8
Tints of Robin's Egg Blue #10CDB8
RGB
CMYK
RGB Variations
Color information
#10CDB8 (or 0x10CDB8) is known color: Robin's Egg Blue. HEX triplet: 10, CD and B8. RGB value is (16,205,184). Sum of RGB (Red+Green+Blue) = 16+205+184=405 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.95% from 405); Green value is 205 (80.47% from 255 or 50.62% from 405); Blue value is 184 (72.27% from 255 or 45.43% from 405); Max value from RGB is 205 - color contains mainly: green. Hex color #10CDB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CDB8 is #EF3247. Grayscale: #919191. Windows color (decimal): -15675976 or 12111120. OLE color: 12111120.
HSL color Cylindrical-coordinate representation of color #10CDB8: hue angle of 173.33º 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 #10CDB8 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 205 | 184 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.20 |
| HSL | 173.33º | 0.86% | 0.43% | - |
| HSV(B) | 173.33º | 0.92% | 0.8% | - |
| XYZ | 30.7 | 47.23 | 52.85 | - |
| YUV | 146.1 | 149.38 | 35.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 205 | 184 | 0.92 | 0 | 0.10 | 0.20 | 173.33 | 0.86 | 0.43 |
| Hex | 10 | CD | B8 | 5C | 0 | A | 14 | AD | 56 | 2B |
| Octal | 20 | 315 | 270 | 134 | 0 | 12 | 24 | 255 | 126 | 53 |
| Binary | 10000 | 11001101 | 10111000 | 1011100 | 0 | 1010 | 10100 | 10101101 | 1010110 | 101011 |
Color Harmonies of #10CDB8
Complementary color
Monochromatic Colors of #10CDB8
Black with #10CDB8
Text Example
Text Example
White with #10CDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CDB8; }
p { color: rgb(16,205,184); }
H1.HeaderClassName
{
color: #10CDB8;
}
.AnyTagClassName
{
color: #10CDB8;
}
</style>
background-color css
<style>
a { background-color: #10CDB8; }
a { background-color: rgb(16,205,184); }
div.DivClassName
{
background-color: #10CDB8;
}
.BgClassName
{
background-color: #10CDB8;
}
</style>
border-color css
<style>
span { border-color: #10CDB8; }
span { border-color: rgb(16,205,184); }
td.TdClassName
{
border-color: #10CDB8;
}
.TagClassName
{
border-color: #10CDB8;
}
</style>