Shades of Robin's Egg Blue #13DDC1
Tints of Robin's Egg Blue #13DDC1
RGB
CMYK
RGB Variations
Color information
#13DDC1 (or 0x13DDC1) is known color: Robin's Egg Blue. HEX triplet: 13, DD and C1. RGB value is (19,221,193). Sum of RGB (Red+Green+Blue) = 19+221+193=433 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.39% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #13DDC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DDC1 is #EC223E. Grayscale: #9D9D9D. Windows color (decimal): -15475263 or 12705043. OLE color: 12705043.
HSL color Cylindrical-coordinate representation of color #13DDC1: hue angle of 171.68º 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 #13DDC1 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 221 | 193 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.13 |
| HSL | 171.68º | 0.84% | 0.47% | - |
| HSV(B) | 171.68º | 0.91% | 0.87% | - |
| XYZ | 35.75 | 55.7 | 59.32 | - |
| YUV | 157.41 | 148.08 | 29.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 221 | 193 | 0.91 | 0 | 0.13 | 0.13 | 171.68 | 0.84 | 0.47 |
| Hex | 13 | DD | C1 | 5B | 0 | D | D | AC | 54 | 2F |
| Octal | 23 | 335 | 301 | 133 | 0 | 15 | 15 | 254 | 124 | 57 |
| Binary | 10011 | 11011101 | 11000001 | 1011011 | 0 | 1101 | 1101 | 10101100 | 1010100 | 101111 |
Color Harmonies of #13DDC1
Complementary color
Monochromatic Colors of #13DDC1
Black with #13DDC1
Text Example
Text Example
White with #13DDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DDC1; }
p { color: rgb(19,221,193); }
H1.HeaderClassName
{
color: #13DDC1;
}
.AnyTagClassName
{
color: #13DDC1;
}
</style>
background-color css
<style>
a { background-color: #13DDC1; }
a { background-color: rgb(19,221,193); }
div.DivClassName
{
background-color: #13DDC1;
}
.BgClassName
{
background-color: #13DDC1;
}
</style>
border-color css
<style>
span { border-color: #13DDC1; }
span { border-color: rgb(19,221,193); }
td.TdClassName
{
border-color: #13DDC1;
}
.TagClassName
{
border-color: #13DDC1;
}
</style>