Shades of Robin's Egg Blue #13D5BE
Tints of Robin's Egg Blue #13D5BE
RGB
CMYK
RGB Variations
Color information
#13D5BE (or 0x13D5BE) is known color: Robin's Egg Blue. HEX triplet: 13, D5 and BE. RGB value is (19,213,190). Sum of RGB (Red+Green+Blue) = 19+213+190=422 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.50% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #13D5BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D5BE is #EC2A41. Grayscale: #989898. Windows color (decimal): -15477314 or 12506387. OLE color: 12506387.
HSL color Cylindrical-coordinate representation of color #13D5BE: hue angle of 172.89º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D5BE is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 213 | 190 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.16 |
| HSL | 172.89º | 0.84% | 0.45% | - |
| HSV(B) | 172.89º | 0.91% | 0.84% | - |
| XYZ | 33.36 | 51.44 | 56.89 | - |
| YUV | 152.37 | 149.23 | 32.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 213 | 190 | 0.91 | 0 | 0.11 | 0.16 | 172.89 | 0.84 | 0.45 |
| Hex | 13 | D5 | BE | 5B | 0 | B | 10 | AD | 54 | 2D |
| Octal | 23 | 325 | 276 | 133 | 0 | 13 | 20 | 255 | 124 | 55 |
| Binary | 10011 | 11010101 | 10111110 | 1011011 | 0 | 1011 | 10000 | 10101101 | 1010100 | 101101 |
Color Harmonies of #13D5BE
Complementary color
Monochromatic Colors of #13D5BE
Black with #13D5BE
Text Example
Text Example
White with #13D5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D5BE; }
p { color: rgb(19,213,190); }
H1.HeaderClassName
{
color: #13D5BE;
}
.AnyTagClassName
{
color: #13D5BE;
}
</style>
background-color css
<style>
a { background-color: #13D5BE; }
a { background-color: rgb(19,213,190); }
div.DivClassName
{
background-color: #13D5BE;
}
.BgClassName
{
background-color: #13D5BE;
}
</style>
border-color css
<style>
span { border-color: #13D5BE; }
span { border-color: rgb(19,213,190); }
td.TdClassName
{
border-color: #13D5BE;
}
.TagClassName
{
border-color: #13D5BE;
}
</style>