Shades of Robin's Egg Blue #10CECA
Tints of Robin's Egg Blue #10CECA
RGB
CMYK
RGB Variations
Color information
#10CECA (or 0x10CECA) is known color: Robin's Egg Blue. HEX triplet: 10, CE and CA. RGB value is (16,206,202). Sum of RGB (Red+Green+Blue) = 16+206+202=424 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.77% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #10CECA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CECA is #EF3135. Grayscale: #949494. Windows color (decimal): -15675702 or 13291024. OLE color: 13291024.
HSL color Cylindrical-coordinate representation of color #10CECA: hue angle of 178.74º 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 #10CECA is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 206 | 202 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.19 |
| HSL | 178.74º | 0.86% | 0.44% | - |
| HSV(B) | 178.74º | 0.92% | 0.81% | - |
| XYZ | 32.95 | 48.52 | 63.51 | - |
| YUV | 148.73 | 158.05 | 33.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 202 | 0.92 | 0 | 0.02 | 0.19 | 178.74 | 0.86 | 0.44 |
| Hex | 10 | CE | CA | 5C | 0 | 2 | 13 | B3 | 56 | 2C |
| Octal | 20 | 316 | 312 | 134 | 0 | 2 | 23 | 263 | 126 | 54 |
| Binary | 10000 | 11001110 | 11001010 | 1011100 | 0 | 10 | 10011 | 10110011 | 1010110 | 101100 |
Color Harmonies of #10CECA
Complementary color
Monochromatic Colors of #10CECA
Black with #10CECA
Text Example
Text Example
White with #10CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CECA; }
p { color: rgb(16,206,202); }
H1.HeaderClassName
{
color: #10CECA;
}
.AnyTagClassName
{
color: #10CECA;
}
</style>
background-color css
<style>
a { background-color: #10CECA; }
a { background-color: rgb(16,206,202); }
div.DivClassName
{
background-color: #10CECA;
}
.BgClassName
{
background-color: #10CECA;
}
</style>
border-color css
<style>
span { border-color: #10CECA; }
span { border-color: rgb(16,206,202); }
td.TdClassName
{
border-color: #10CECA;
}
.TagClassName
{
border-color: #10CECA;
}
</style>