Shades of Robin's Egg Blue #13DDC5
Tints of Robin's Egg Blue #13DDC5
RGB
CMYK
RGB Variations
Color information
#13DDC5 (or 0x13DDC5) is known color: Robin's Egg Blue. HEX triplet: 13, DD and C5. RGB value is (19,221,197). Sum of RGB (Red+Green+Blue) = 19+221+197=437 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.35% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 197 (77.34% from 255 or 45.08% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #13DDC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DDC5 is #EC223A. Grayscale: #9D9D9D. Windows color (decimal): -15475259 or 12967187. OLE color: 12967187.
HSL color Cylindrical-coordinate representation of color #13DDC5: hue angle of 172.87º 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 #13DDC5 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 221 | 197 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.13 |
| HSL | 172.87º | 0.84% | 0.47% | - |
| HSV(B) | 172.87º | 0.91% | 0.87% | - |
| XYZ | 36.2 | 55.88 | 61.7 | - |
| YUV | 157.87 | 150.08 | 28.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 221 | 197 | 0.91 | 0 | 0.11 | 0.13 | 172.87 | 0.84 | 0.47 |
| Hex | 13 | DD | C5 | 5B | 0 | B | D | AD | 54 | 2F |
| Octal | 23 | 335 | 305 | 133 | 0 | 13 | 15 | 255 | 124 | 57 |
| Binary | 10011 | 11011101 | 11000101 | 1011011 | 0 | 1011 | 1101 | 10101101 | 1010100 | 101111 |
Color Harmonies of #13DDC5
Complementary color
Monochromatic Colors of #13DDC5
Black with #13DDC5
Text Example
Text Example
White with #13DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DDC5; }
p { color: rgb(19,221,197); }
H1.HeaderClassName
{
color: #13DDC5;
}
.AnyTagClassName
{
color: #13DDC5;
}
</style>
background-color css
<style>
a { background-color: #13DDC5; }
a { background-color: rgb(19,221,197); }
div.DivClassName
{
background-color: #13DDC5;
}
.BgClassName
{
background-color: #13DDC5;
}
</style>
border-color css
<style>
span { border-color: #13DDC5; }
span { border-color: rgb(19,221,197); }
td.TdClassName
{
border-color: #13DDC5;
}
.TagClassName
{
border-color: #13DDC5;
}
</style>