Shades of Robin's Egg Blue #13DABB
Tints of Robin's Egg Blue #13DABB
RGB
CMYK
RGB Variations
Color information
#13DABB (or 0x13DABB) is known color: Robin's Egg Blue. HEX triplet: 13, DA and BB. RGB value is (19,218,187). Sum of RGB (Red+Green+Blue) = 19+218+187=424 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.48% from 424); Green value is 218 (85.55% from 255 or 51.42% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 218 - color contains mainly: green. Hex color #13DABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DABB is #EC2544. Grayscale: #9A9A9A. Windows color (decimal): -15476037 or 12311059. OLE color: 12311059.
HSL color Cylindrical-coordinate representation of color #13DABB: hue angle of 170.65º 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 #13DABB is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 218 | 187 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.15 |
| HSL | 170.65º | 0.84% | 0.46% | - |
| HSV(B) | 170.65º | 0.91% | 0.85% | - |
| XYZ | 34.31 | 53.87 | 55.6 | - |
| YUV | 154.97 | 146.07 | 31.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 218 | 187 | 0.91 | 0 | 0.14 | 0.15 | 170.65 | 0.84 | 0.46 |
| Hex | 13 | DA | BB | 5B | 0 | E | F | AB | 54 | 2E |
| Octal | 23 | 332 | 273 | 133 | 0 | 16 | 17 | 253 | 124 | 56 |
| Binary | 10011 | 11011010 | 10111011 | 1011011 | 0 | 1110 | 1111 | 10101011 | 1010100 | 101110 |
Color Harmonies of #13DABB
Complementary color
Monochromatic Colors of #13DABB
Black with #13DABB
Text Example
Text Example
White with #13DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DABB; }
p { color: rgb(19,218,187); }
H1.HeaderClassName
{
color: #13DABB;
}
.AnyTagClassName
{
color: #13DABB;
}
</style>
background-color css
<style>
a { background-color: #13DABB; }
a { background-color: rgb(19,218,187); }
div.DivClassName
{
background-color: #13DABB;
}
.BgClassName
{
background-color: #13DABB;
}
</style>
border-color css
<style>
span { border-color: #13DABB; }
span { border-color: rgb(19,218,187); }
td.TdClassName
{
border-color: #13DABB;
}
.TagClassName
{
border-color: #13DABB;
}
</style>