Shades of Robin's Egg Blue #13DCC4
Tints of Robin's Egg Blue #13DCC4
RGB
CMYK
RGB Variations
Color information
#13DCC4 (or 0x13DCC4) is known color: Robin's Egg Blue. HEX triplet: 13, DC and C4. RGB value is (19,220,196). Sum of RGB (Red+Green+Blue) = 19+220+196=435 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.37% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 196 (76.95% from 255 or 45.06% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #13DCC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DCC4 is #EC233B. Grayscale: #9D9D9D. Windows color (decimal): -15475516 or 12901395. OLE color: 12901395.
HSL color Cylindrical-coordinate representation of color #13DCC4: hue angle of 172.84º 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 #13DCC4 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 220 | 196 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.14 |
| HSL | 172.84º | 0.84% | 0.47% | - |
| HSV(B) | 172.84º | 0.91% | 0.86% | - |
| XYZ | 35.83 | 55.31 | 61.01 | - |
| YUV | 157.17 | 149.91 | 29.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 220 | 196 | 0.91 | 0 | 0.11 | 0.14 | 172.84 | 0.84 | 0.47 |
| Hex | 13 | DC | C4 | 5B | 0 | B | E | AD | 54 | 2F |
| Octal | 23 | 334 | 304 | 133 | 0 | 13 | 16 | 255 | 124 | 57 |
| Binary | 10011 | 11011100 | 11000100 | 1011011 | 0 | 1011 | 1110 | 10101101 | 1010100 | 101111 |
Color Harmonies of #13DCC4
Complementary color
Monochromatic Colors of #13DCC4
Black with #13DCC4
Text Example
Text Example
White with #13DCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DCC4; }
p { color: rgb(19,220,196); }
H1.HeaderClassName
{
color: #13DCC4;
}
.AnyTagClassName
{
color: #13DCC4;
}
</style>
background-color css
<style>
a { background-color: #13DCC4; }
a { background-color: rgb(19,220,196); }
div.DivClassName
{
background-color: #13DCC4;
}
.BgClassName
{
background-color: #13DCC4;
}
</style>
border-color css
<style>
span { border-color: #13DCC4; }
span { border-color: rgb(19,220,196); }
td.TdClassName
{
border-color: #13DCC4;
}
.TagClassName
{
border-color: #13DCC4;
}
</style>