Shades of Robin's Egg Blue #13DFC2
Tints of Robin's Egg Blue #13DFC2
RGB
CMYK
RGB Variations
Color information
#13DFC2 (or 0x13DFC2) is known color: Robin's Egg Blue. HEX triplet: 13, DF and C2. RGB value is (19,223,194). Sum of RGB (Red+Green+Blue) = 19+223+194=436 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.36% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #13DFC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DFC2 is #EC203D. Grayscale: #9E9E9E. Windows color (decimal): -15474750 or 12771091. OLE color: 12771091.
HSL color Cylindrical-coordinate representation of color #13DFC2: hue angle of 171.47º 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 #13DFC2 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 223 | 194 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.13 |
| HSL | 171.47º | 0.84% | 0.47% | - |
| HSV(B) | 171.47º | 0.91% | 0.87% | - |
| XYZ | 36.39 | 56.81 | 60.09 | - |
| YUV | 158.7 | 147.91 | 28.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 223 | 194 | 0.91 | 0 | 0.13 | 0.13 | 171.47 | 0.84 | 0.47 |
| Hex | 13 | DF | C2 | 5B | 0 | D | D | AB | 54 | 2F |
| Octal | 23 | 337 | 302 | 133 | 0 | 15 | 15 | 253 | 124 | 57 |
| Binary | 10011 | 11011111 | 11000010 | 1011011 | 0 | 1101 | 1101 | 10101011 | 1010100 | 101111 |
Color Harmonies of #13DFC2
Complementary color
Monochromatic Colors of #13DFC2
Black with #13DFC2
Text Example
Text Example
White with #13DFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DFC2; }
p { color: rgb(19,223,194); }
H1.HeaderClassName
{
color: #13DFC2;
}
.AnyTagClassName
{
color: #13DFC2;
}
</style>
background-color css
<style>
a { background-color: #13DFC2; }
a { background-color: rgb(19,223,194); }
div.DivClassName
{
background-color: #13DFC2;
}
.BgClassName
{
background-color: #13DFC2;
}
</style>
border-color css
<style>
span { border-color: #13DFC2; }
span { border-color: rgb(19,223,194); }
td.TdClassName
{
border-color: #13DFC2;
}
.TagClassName
{
border-color: #13DFC2;
}
</style>