Shades of Robin's Egg Blue #13DAC2
Tints of Robin's Egg Blue #13DAC2
RGB
CMYK
RGB Variations
Color information
#13DAC2 (or 0x13DAC2) is known color: Robin's Egg Blue. HEX triplet: 13, DA and C2. RGB value is (19,218,194). Sum of RGB (Red+Green+Blue) = 19+218+194=431 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.41% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #13DAC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DAC2 is #EC253D. Grayscale: #9B9B9B. Windows color (decimal): -15476030 or 12769811. OLE color: 12769811.
HSL color Cylindrical-coordinate representation of color #13DAC2: hue angle of 172.76º 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 #13DAC2 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 218 | 194 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.15 |
| HSL | 172.76º | 0.84% | 0.46% | - |
| HSV(B) | 172.76º | 0.91% | 0.85% | - |
| XYZ | 35.08 | 54.18 | 59.65 | - |
| YUV | 155.76 | 149.57 | 30.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 218 | 194 | 0.91 | 0 | 0.11 | 0.15 | 172.76 | 0.84 | 0.46 |
| Hex | 13 | DA | C2 | 5B | 0 | B | F | AD | 54 | 2E |
| Octal | 23 | 332 | 302 | 133 | 0 | 13 | 17 | 255 | 124 | 56 |
| Binary | 10011 | 11011010 | 11000010 | 1011011 | 0 | 1011 | 1111 | 10101101 | 1010100 | 101110 |
Color Harmonies of #13DAC2
Complementary color
Monochromatic Colors of #13DAC2
Black with #13DAC2
Text Example
Text Example
White with #13DAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DAC2; }
p { color: rgb(19,218,194); }
H1.HeaderClassName
{
color: #13DAC2;
}
.AnyTagClassName
{
color: #13DAC2;
}
</style>
background-color css
<style>
a { background-color: #13DAC2; }
a { background-color: rgb(19,218,194); }
div.DivClassName
{
background-color: #13DAC2;
}
.BgClassName
{
background-color: #13DAC2;
}
</style>
border-color css
<style>
span { border-color: #13DAC2; }
span { border-color: rgb(19,218,194); }
td.TdClassName
{
border-color: #13DAC2;
}
.TagClassName
{
border-color: #13DAC2;
}
</style>