Shades of Robin's Egg Blue #13DCC2
Tints of Robin's Egg Blue #13DCC2
RGB
CMYK
RGB Variations
Color information
#13DCC2 (or 0x13DCC2) is known color: Robin's Egg Blue. HEX triplet: 13, DC and C2. RGB value is (19,220,194). Sum of RGB (Red+Green+Blue) = 19+220+194=433 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.39% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #13DCC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DCC2 is #EC233D. Grayscale: #9C9C9C. Windows color (decimal): -15475518 or 12770323. OLE color: 12770323.
HSL color Cylindrical-coordinate representation of color #13DCC2: hue angle of 172.24º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DCC2 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 220 | 194 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.14 |
| HSL | 172.24º | 0.84% | 0.47% | - |
| HSV(B) | 172.24º | 0.91% | 0.86% | - |
| XYZ | 35.6 | 55.22 | 59.82 | - |
| YUV | 156.94 | 148.91 | 29.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 220 | 194 | 0.91 | 0 | 0.12 | 0.14 | 172.24 | 0.84 | 0.47 |
| Hex | 13 | DC | C2 | 5B | 0 | C | E | AC | 54 | 2F |
| Octal | 23 | 334 | 302 | 133 | 0 | 14 | 16 | 254 | 124 | 57 |
| Binary | 10011 | 11011100 | 11000010 | 1011011 | 0 | 1100 | 1110 | 10101100 | 1010100 | 101111 |
Color Harmonies of #13DCC2
Complementary color
Monochromatic Colors of #13DCC2
Black with #13DCC2
Text Example
Text Example
White with #13DCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DCC2; }
p { color: rgb(19,220,194); }
H1.HeaderClassName
{
color: #13DCC2;
}
.AnyTagClassName
{
color: #13DCC2;
}
</style>
background-color css
<style>
a { background-color: #13DCC2; }
a { background-color: rgb(19,220,194); }
div.DivClassName
{
background-color: #13DCC2;
}
.BgClassName
{
background-color: #13DCC2;
}
</style>
border-color css
<style>
span { border-color: #13DCC2; }
span { border-color: rgb(19,220,194); }
td.TdClassName
{
border-color: #13DCC2;
}
.TagClassName
{
border-color: #13DCC2;
}
</style>