Shades of Robin's Egg Blue #13D9C2
Tints of Robin's Egg Blue #13D9C2
RGB
CMYK
RGB Variations
Color information
#13D9C2 (or 0x13D9C2) is known color: Robin's Egg Blue. HEX triplet: 13, D9 and C2. RGB value is (19,217,194). Sum of RGB (Red+Green+Blue) = 19+217+194=430 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.42% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #13D9C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D9C2 is #EC263D. Grayscale: #9B9B9B. Windows color (decimal): -15476286 or 12769555. OLE color: 12769555.
HSL color Cylindrical-coordinate representation of color #13D9C2: hue angle of 173.03º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D9C2 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 217 | 194 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.15 |
| HSL | 173.03º | 0.84% | 0.46% | - |
| HSV(B) | 173.03º | 0.91% | 0.85% | - |
| XYZ | 34.82 | 53.66 | 59.56 | - |
| YUV | 155.18 | 149.9 | 30.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 217 | 194 | 0.91 | 0 | 0.11 | 0.15 | 173.03 | 0.84 | 0.46 |
| Hex | 13 | D9 | C2 | 5B | 0 | B | F | AD | 54 | 2E |
| Octal | 23 | 331 | 302 | 133 | 0 | 13 | 17 | 255 | 124 | 56 |
| Binary | 10011 | 11011001 | 11000010 | 1011011 | 0 | 1011 | 1111 | 10101101 | 1010100 | 101110 |
Color Harmonies of #13D9C2
Complementary color
Monochromatic Colors of #13D9C2
Black with #13D9C2
Text Example
Text Example
White with #13D9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D9C2; }
p { color: rgb(19,217,194); }
H1.HeaderClassName
{
color: #13D9C2;
}
.AnyTagClassName
{
color: #13D9C2;
}
</style>
background-color css
<style>
a { background-color: #13D9C2; }
a { background-color: rgb(19,217,194); }
div.DivClassName
{
background-color: #13D9C2;
}
.BgClassName
{
background-color: #13D9C2;
}
</style>
border-color css
<style>
span { border-color: #13D9C2; }
span { border-color: rgb(19,217,194); }
td.TdClassName
{
border-color: #13D9C2;
}
.TagClassName
{
border-color: #13D9C2;
}
</style>