Shades of Robin's Egg Blue #13DFBC
Tints of Robin's Egg Blue #13DFBC
RGB
CMYK
RGB Variations
Color information
#13DFBC (or 0x13DFBC) is known color: Robin's Egg Blue. HEX triplet: 13, DF and BC. RGB value is (19,223,188). Sum of RGB (Red+Green+Blue) = 19+223+188=430 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.42% from 430); Green value is 223 (87.5% from 255 or 51.86% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 223 - color contains mainly: green. Hex color #13DFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DFBC is #EC2043. Grayscale: #9D9D9D. Windows color (decimal): -15474756 or 12377875. OLE color: 12377875.
HSL color Cylindrical-coordinate representation of color #13DFBC: hue angle of 169.71º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DFBC is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 223 | 188 | - |
| CMYK | 0.91 | 0 | 0.16 | 0.13 |
| HSL | 169.71º | 0.84% | 0.47% | - |
| HSV(B) | 169.71º | 0.91% | 0.87% | - |
| XYZ | 35.73 | 56.54 | 56.61 | - |
| YUV | 158.01 | 144.91 | 28.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 223 | 188 | 0.91 | 0 | 0.16 | 0.13 | 169.71 | 0.84 | 0.47 |
| Hex | 13 | DF | BC | 5B | 0 | 10 | D | AA | 54 | 2F |
| Octal | 23 | 337 | 274 | 133 | 0 | 20 | 15 | 252 | 124 | 57 |
| Binary | 10011 | 11011111 | 10111100 | 1011011 | 0 | 10000 | 1101 | 10101010 | 1010100 | 101111 |
Color Harmonies of #13DFBC
Complementary color
Monochromatic Colors of #13DFBC
Black with #13DFBC
Text Example
Text Example
White with #13DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DFBC; }
p { color: rgb(19,223,188); }
H1.HeaderClassName
{
color: #13DFBC;
}
.AnyTagClassName
{
color: #13DFBC;
}
</style>
background-color css
<style>
a { background-color: #13DFBC; }
a { background-color: rgb(19,223,188); }
div.DivClassName
{
background-color: #13DFBC;
}
.BgClassName
{
background-color: #13DFBC;
}
</style>
border-color css
<style>
span { border-color: #13DFBC; }
span { border-color: rgb(19,223,188); }
td.TdClassName
{
border-color: #13DFBC;
}
.TagClassName
{
border-color: #13DFBC;
}
</style>