Shades of Robin's Egg Blue #13DFC1
Tints of Robin's Egg Blue #13DFC1
RGB
CMYK
RGB Variations
Color information
#13DFC1 (or 0x13DFC1) is known color: Robin's Egg Blue. HEX triplet: 13, DF and C1. RGB value is (19,223,193). Sum of RGB (Red+Green+Blue) = 19+223+193=435 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.37% from 435); Green value is 223 (87.5% from 255 or 51.26% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 223 - color contains mainly: green. Hex color #13DFC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DFC1 is #EC203E. Grayscale: #9E9E9E. Windows color (decimal): -15474751 or 12705555. OLE color: 12705555.
HSL color Cylindrical-coordinate representation of color #13DFC1: hue angle of 171.18º 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 #13DFC1 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 223 | 193 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.13 |
| HSL | 171.18º | 0.84% | 0.47% | - |
| HSV(B) | 171.18º | 0.91% | 0.87% | - |
| XYZ | 36.28 | 56.76 | 59.5 | - |
| YUV | 158.58 | 147.41 | 28.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 223 | 193 | 0.91 | 0 | 0.13 | 0.13 | 171.18 | 0.84 | 0.47 |
| Hex | 13 | DF | C1 | 5B | 0 | D | D | AB | 54 | 2F |
| Octal | 23 | 337 | 301 | 133 | 0 | 15 | 15 | 253 | 124 | 57 |
| Binary | 10011 | 11011111 | 11000001 | 1011011 | 0 | 1101 | 1101 | 10101011 | 1010100 | 101111 |
Color Harmonies of #13DFC1
Complementary color
Monochromatic Colors of #13DFC1
Black with #13DFC1
Text Example
Text Example
White with #13DFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DFC1; }
p { color: rgb(19,223,193); }
H1.HeaderClassName
{
color: #13DFC1;
}
.AnyTagClassName
{
color: #13DFC1;
}
</style>
background-color css
<style>
a { background-color: #13DFC1; }
a { background-color: rgb(19,223,193); }
div.DivClassName
{
background-color: #13DFC1;
}
.BgClassName
{
background-color: #13DFC1;
}
</style>
border-color css
<style>
span { border-color: #13DFC1; }
span { border-color: rgb(19,223,193); }
td.TdClassName
{
border-color: #13DFC1;
}
.TagClassName
{
border-color: #13DFC1;
}
</style>