Shades of Robin's Egg Blue #13DDC4
Tints of Robin's Egg Blue #13DDC4
RGB
CMYK
RGB Variations
Color information
#13DDC4 (or 0x13DDC4) is known color: Robin's Egg Blue. HEX triplet: 13, DD and C4. RGB value is (19,221,196). Sum of RGB (Red+Green+Blue) = 19+221+196=436 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.36% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 196 (76.95% from 255 or 44.95% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #13DDC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DDC4 is #EC223B. Grayscale: #9D9D9D. Windows color (decimal): -15475260 or 12901651. OLE color: 12901651.
HSL color Cylindrical-coordinate representation of color #13DDC4: hue angle of 172.57º 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 #13DDC4 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 221 | 196 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.13 |
| HSL | 172.57º | 0.84% | 0.47% | - |
| HSV(B) | 172.57º | 0.91% | 0.87% | - |
| XYZ | 36.09 | 55.84 | 61.1 | - |
| YUV | 157.75 | 149.58 | 29.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 221 | 196 | 0.91 | 0 | 0.11 | 0.13 | 172.57 | 0.84 | 0.47 |
| Hex | 13 | DD | C4 | 5B | 0 | B | D | AD | 54 | 2F |
| Octal | 23 | 335 | 304 | 133 | 0 | 13 | 15 | 255 | 124 | 57 |
| Binary | 10011 | 11011101 | 11000100 | 1011011 | 0 | 1011 | 1101 | 10101101 | 1010100 | 101111 |
Color Harmonies of #13DDC4
Complementary color
Monochromatic Colors of #13DDC4
Black with #13DDC4
Text Example
Text Example
White with #13DDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DDC4; }
p { color: rgb(19,221,196); }
H1.HeaderClassName
{
color: #13DDC4;
}
.AnyTagClassName
{
color: #13DDC4;
}
</style>
background-color css
<style>
a { background-color: #13DDC4; }
a { background-color: rgb(19,221,196); }
div.DivClassName
{
background-color: #13DDC4;
}
.BgClassName
{
background-color: #13DDC4;
}
</style>
border-color css
<style>
span { border-color: #13DDC4; }
span { border-color: rgb(19,221,196); }
td.TdClassName
{
border-color: #13DDC4;
}
.TagClassName
{
border-color: #13DDC4;
}
</style>