Shades of Robin's Egg Blue #13DEC2
Tints of Robin's Egg Blue #13DEC2
RGB
CMYK
RGB Variations
Color information
#13DEC2 (or 0x13DEC2) is known color: Robin's Egg Blue. HEX triplet: 13, DE and C2. RGB value is (19,222,194). Sum of RGB (Red+Green+Blue) = 19+222+194=435 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.37% from 435); Green value is 222 (87.11% from 255 or 51.03% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 222 - color contains mainly: green. Hex color #13DEC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DEC2 is #EC213D. Grayscale: #9E9E9E. Windows color (decimal): -15475006 or 12770835. OLE color: 12770835.
HSL color Cylindrical-coordinate representation of color #13DEC2: hue angle of 171.72º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DEC2 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 222 | 194 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.13 |
| HSL | 171.72º | 0.84% | 0.47% | - |
| HSV(B) | 171.72º | 0.91% | 0.87% | - |
| XYZ | 36.13 | 56.28 | 60 | - |
| YUV | 158.11 | 148.25 | 28.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 222 | 194 | 0.91 | 0 | 0.13 | 0.13 | 171.72 | 0.84 | 0.47 |
| Hex | 13 | DE | C2 | 5B | 0 | D | D | AC | 54 | 2F |
| Octal | 23 | 336 | 302 | 133 | 0 | 15 | 15 | 254 | 124 | 57 |
| Binary | 10011 | 11011110 | 11000010 | 1011011 | 0 | 1101 | 1101 | 10101100 | 1010100 | 101111 |
Color Harmonies of #13DEC2
Complementary color
Monochromatic Colors of #13DEC2
Black with #13DEC2
Text Example
Text Example
White with #13DEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DEC2; }
p { color: rgb(19,222,194); }
H1.HeaderClassName
{
color: #13DEC2;
}
.AnyTagClassName
{
color: #13DEC2;
}
</style>
background-color css
<style>
a { background-color: #13DEC2; }
a { background-color: rgb(19,222,194); }
div.DivClassName
{
background-color: #13DEC2;
}
.BgClassName
{
background-color: #13DEC2;
}
</style>
border-color css
<style>
span { border-color: #13DEC2; }
span { border-color: rgb(19,222,194); }
td.TdClassName
{
border-color: #13DEC2;
}
.TagClassName
{
border-color: #13DEC2;
}
</style>