Shades of Robin's Egg Blue #13DAC3
Tints of Robin's Egg Blue #13DAC3
RGB
CMYK
RGB Variations
Color information
#13DAC3 (or 0x13DAC3) is known color: Robin's Egg Blue. HEX triplet: 13, DA and C3. RGB value is (19,218,195). Sum of RGB (Red+Green+Blue) = 19+218+195=432 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.40% from 432); Green value is 218 (85.55% from 255 or 50.46% from 432); Blue value is 195 (76.56% from 255 or 45.14% from 432); Max value from RGB is 218 - color contains mainly: green. Hex color #13DAC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DAC3 is #EC253C. Grayscale: #9B9B9B. Windows color (decimal): -15476029 or 12835347. OLE color: 12835347.
HSL color Cylindrical-coordinate representation of color #13DAC3: hue angle of 173.07º 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 #13DAC3 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 218 | 195 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.15 |
| HSL | 173.07º | 0.84% | 0.46% | - |
| HSV(B) | 173.07º | 0.91% | 0.85% | - |
| XYZ | 35.19 | 54.22 | 60.24 | - |
| YUV | 155.88 | 150.07 | 30.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 218 | 195 | 0.91 | 0 | 0.11 | 0.15 | 173.07 | 0.84 | 0.46 |
| Hex | 13 | DA | C3 | 5B | 0 | B | F | AD | 54 | 2E |
| Octal | 23 | 332 | 303 | 133 | 0 | 13 | 17 | 255 | 124 | 56 |
| Binary | 10011 | 11011010 | 11000011 | 1011011 | 0 | 1011 | 1111 | 10101101 | 1010100 | 101110 |
Color Harmonies of #13DAC3
Complementary color
Monochromatic Colors of #13DAC3
Black with #13DAC3
Text Example
Text Example
White with #13DAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DAC3; }
p { color: rgb(19,218,195); }
H1.HeaderClassName
{
color: #13DAC3;
}
.AnyTagClassName
{
color: #13DAC3;
}
</style>
background-color css
<style>
a { background-color: #13DAC3; }
a { background-color: rgb(19,218,195); }
div.DivClassName
{
background-color: #13DAC3;
}
.BgClassName
{
background-color: #13DAC3;
}
</style>
border-color css
<style>
span { border-color: #13DAC3; }
span { border-color: rgb(19,218,195); }
td.TdClassName
{
border-color: #13DAC3;
}
.TagClassName
{
border-color: #13DAC3;
}
</style>