Shades of Robin's Egg Blue #13DAC7
Tints of Robin's Egg Blue #13DAC7
RGB
CMYK
RGB Variations
Color information
#13DAC7 (or 0x13DAC7) is known color: Robin's Egg Blue. HEX triplet: 13, DA and C7. RGB value is (19,218,199). Sum of RGB (Red+Green+Blue) = 19+218+199=436 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.36% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #13DAC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DAC7 is #EC2538. Grayscale: #9C9C9C. Windows color (decimal): -15476025 or 13097491. OLE color: 13097491.
HSL color Cylindrical-coordinate representation of color #13DAC7: hue angle of 174.27º 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 #13DAC7 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 218 | 199 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.15 |
| HSL | 174.27º | 0.84% | 0.46% | - |
| HSV(B) | 174.27º | 0.91% | 0.85% | - |
| XYZ | 35.65 | 54.4 | 62.66 | - |
| YUV | 156.33 | 152.07 | 30.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 218 | 199 | 0.91 | 0 | 0.09 | 0.15 | 174.27 | 0.84 | 0.46 |
| Hex | 13 | DA | C7 | 5B | 0 | 9 | F | AE | 54 | 2E |
| Octal | 23 | 332 | 307 | 133 | 0 | 11 | 17 | 256 | 124 | 56 |
| Binary | 10011 | 11011010 | 11000111 | 1011011 | 0 | 1001 | 1111 | 10101110 | 1010100 | 101110 |
Color Harmonies of #13DAC7
Complementary color
Monochromatic Colors of #13DAC7
Black with #13DAC7
Text Example
Text Example
White with #13DAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DAC7; }
p { color: rgb(19,218,199); }
H1.HeaderClassName
{
color: #13DAC7;
}
.AnyTagClassName
{
color: #13DAC7;
}
</style>
background-color css
<style>
a { background-color: #13DAC7; }
a { background-color: rgb(19,218,199); }
div.DivClassName
{
background-color: #13DAC7;
}
.BgClassName
{
background-color: #13DAC7;
}
</style>
border-color css
<style>
span { border-color: #13DAC7; }
span { border-color: rgb(19,218,199); }
td.TdClassName
{
border-color: #13DAC7;
}
.TagClassName
{
border-color: #13DAC7;
}
</style>