Shades of Robin's Egg Blue #10CDB5
Tints of Robin's Egg Blue #10CDB5
RGB
CMYK
RGB Variations
Color information
#10CDB5 (or 0x10CDB5) is known color: Robin's Egg Blue. HEX triplet: 10, CD and B5. RGB value is (16,205,181). Sum of RGB (Red+Green+Blue) = 16+205+181=402 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.98% from 402); Green value is 205 (80.47% from 255 or 51.00% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 205 - color contains mainly: green. Hex color #10CDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CDB5 is #EF324A. Grayscale: #919191. Windows color (decimal): -15675979 or 11914512. OLE color: 11914512.
HSL color Cylindrical-coordinate representation of color #10CDB5: hue angle of 172.38º 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 #10CDB5 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 205 | 181 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.20 |
| HSL | 172.38º | 0.86% | 0.43% | - |
| HSV(B) | 172.38º | 0.92% | 0.8% | - |
| XYZ | 30.39 | 47.11 | 51.21 | - |
| YUV | 145.75 | 147.88 | 35.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 205 | 181 | 0.92 | 0 | 0.12 | 0.20 | 172.38 | 0.86 | 0.43 |
| Hex | 10 | CD | B5 | 5C | 0 | C | 14 | AC | 56 | 2B |
| Octal | 20 | 315 | 265 | 134 | 0 | 14 | 24 | 254 | 126 | 53 |
| Binary | 10000 | 11001101 | 10110101 | 1011100 | 0 | 1100 | 10100 | 10101100 | 1010110 | 101011 |
Color Harmonies of #10CDB5
Complementary color
Monochromatic Colors of #10CDB5
Black with #10CDB5
Text Example
Text Example
White with #10CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CDB5; }
p { color: rgb(16,205,181); }
H1.HeaderClassName
{
color: #10CDB5;
}
.AnyTagClassName
{
color: #10CDB5;
}
</style>
background-color css
<style>
a { background-color: #10CDB5; }
a { background-color: rgb(16,205,181); }
div.DivClassName
{
background-color: #10CDB5;
}
.BgClassName
{
background-color: #10CDB5;
}
</style>
border-color css
<style>
span { border-color: #10CDB5; }
span { border-color: rgb(16,205,181); }
td.TdClassName
{
border-color: #10CDB5;
}
.TagClassName
{
border-color: #10CDB5;
}
</style>