Shades of Robin's Egg Blue #13E1C1
Tints of Robin's Egg Blue #13E1C1
RGB
CMYK
RGB Variations
Color information
#13E1C1 (or 0x13E1C1) is known color: Robin's Egg Blue. HEX triplet: 13, E1 and C1. RGB value is (19,225,193). Sum of RGB (Red+Green+Blue) = 19+225+193=437 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.35% from 437); Green value is 225 (88.28% from 255 or 51.49% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 225 - color contains mainly: green. Hex color #13E1C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13E1C1 is #EC1E3E. Grayscale: #9F9F9F. Windows color (decimal): -15474239 or 12706067. OLE color: 12706067.
HSL color Cylindrical-coordinate representation of color #13E1C1: hue angle of 170.68º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E1C1 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 225 | 193 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.12 |
| HSL | 170.68º | 0.84% | 0.48% | - |
| HSV(B) | 170.68º | 0.92% | 0.88% | - |
| XYZ | 36.82 | 57.84 | 59.68 | - |
| YUV | 159.76 | 146.75 | 27.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 225 | 193 | 0.92 | 0 | 0.14 | 0.12 | 170.68 | 0.84 | 0.48 |
| Hex | 13 | E1 | C1 | 5C | 0 | E | C | AB | 54 | 30 |
| Octal | 23 | 341 | 301 | 134 | 0 | 16 | 14 | 253 | 124 | 60 |
| Binary | 10011 | 11100001 | 11000001 | 1011100 | 0 | 1110 | 1100 | 10101011 | 1010100 | 110000 |
Color Harmonies of #13E1C1
Complementary color
Monochromatic Colors of #13E1C1
Black with #13E1C1
Text Example
Text Example
White with #13E1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E1C1; }
p { color: rgb(19,225,193); }
H1.HeaderClassName
{
color: #13E1C1;
}
.AnyTagClassName
{
color: #13E1C1;
}
</style>
background-color css
<style>
a { background-color: #13E1C1; }
a { background-color: rgb(19,225,193); }
div.DivClassName
{
background-color: #13E1C1;
}
.BgClassName
{
background-color: #13E1C1;
}
</style>
border-color css
<style>
span { border-color: #13E1C1; }
span { border-color: rgb(19,225,193); }
td.TdClassName
{
border-color: #13E1C1;
}
.TagClassName
{
border-color: #13E1C1;
}
</style>