Shades of Robin's Egg Blue #10C4CB
Tints of Robin's Egg Blue #10C4CB
RGB
CMYK
RGB Variations
Color information
#10C4CB (or 0x10C4CB) is known color: Robin's Egg Blue. HEX triplet: 10, C4 and CB. RGB value is (16,196,203). Sum of RGB (Red+Green+Blue) = 16+196+203=415 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.86% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #10C4CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C4CB is #EF3B34. Grayscale: #8E8E8E. Windows color (decimal): -15678261 or 13354000. OLE color: 13354000.
HSL color Cylindrical-coordinate representation of color #10C4CB: hue angle of 182.25º degrees, saturation: 0.85, 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 #10C4CB is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 196 | 203 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.20 |
| HSL | 182.25º | 0.85% | 0.43% | - |
| HSV(B) | 182.25º | 0.92% | 0.8% | - |
| XYZ | 30.73 | 43.9 | 63.35 | - |
| YUV | 142.98 | 161.87 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 196 | 203 | 0.92 | 0.03 | 0 | 0.20 | 182.25 | 0.85 | 0.43 |
| Hex | 10 | C4 | CB | 5C | 3 | 0 | 14 | B6 | 55 | 2B |
| Octal | 20 | 304 | 313 | 134 | 3 | 0 | 24 | 266 | 125 | 53 |
| Binary | 10000 | 11000100 | 11001011 | 1011100 | 11 | 0 | 10100 | 10110110 | 1010101 | 101011 |
Color Harmonies of #10C4CB
Complementary color
Monochromatic Colors of #10C4CB
Black with #10C4CB
Text Example
Text Example
White with #10C4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C4CB; }
p { color: rgb(16,196,203); }
H1.HeaderClassName
{
color: #10C4CB;
}
.AnyTagClassName
{
color: #10C4CB;
}
</style>
background-color css
<style>
a { background-color: #10C4CB; }
a { background-color: rgb(16,196,203); }
div.DivClassName
{
background-color: #10C4CB;
}
.BgClassName
{
background-color: #10C4CB;
}
</style>
border-color css
<style>
span { border-color: #10C4CB; }
span { border-color: rgb(16,196,203); }
td.TdClassName
{
border-color: #10C4CB;
}
.TagClassName
{
border-color: #10C4CB;
}
</style>