Shades of Robin's Egg Blue #13DBBC
Tints of Robin's Egg Blue #13DBBC
RGB
CMYK
RGB Variations
Color information
#13DBBC (or 0x13DBBC) is known color: Robin's Egg Blue. HEX triplet: 13, DB and BC. RGB value is (19,219,188). Sum of RGB (Red+Green+Blue) = 19+219+188=426 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.46% from 426); Green value is 219 (85.94% from 255 or 51.41% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 219 - color contains mainly: green. Hex color #13DBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DBBC is #EC2443. Grayscale: #9B9B9B. Windows color (decimal): -15475780 or 12376851. OLE color: 12376851.
HSL color Cylindrical-coordinate representation of color #13DBBC: hue angle of 170.7º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DBBC is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 219 | 188 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.14 |
| HSL | 170.7º | 0.84% | 0.47% | - |
| HSV(B) | 170.7º | 0.91% | 0.86% | - |
| XYZ | 34.68 | 54.43 | 56.26 | - |
| YUV | 155.67 | 146.24 | 30.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 188 | 0.91 | 0 | 0.14 | 0.14 | 170.7 | 0.84 | 0.47 |
| Hex | 13 | DB | BC | 5B | 0 | E | E | AB | 54 | 2F |
| Octal | 23 | 333 | 274 | 133 | 0 | 16 | 16 | 253 | 124 | 57 |
| Binary | 10011 | 11011011 | 10111100 | 1011011 | 0 | 1110 | 1110 | 10101011 | 1010100 | 101111 |
Color Harmonies of #13DBBC
Complementary color
Monochromatic Colors of #13DBBC
Black with #13DBBC
Text Example
Text Example
White with #13DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DBBC; }
p { color: rgb(19,219,188); }
H1.HeaderClassName
{
color: #13DBBC;
}
.AnyTagClassName
{
color: #13DBBC;
}
</style>
background-color css
<style>
a { background-color: #13DBBC; }
a { background-color: rgb(19,219,188); }
div.DivClassName
{
background-color: #13DBBC;
}
.BgClassName
{
background-color: #13DBBC;
}
</style>
border-color css
<style>
span { border-color: #13DBBC; }
span { border-color: rgb(19,219,188); }
td.TdClassName
{
border-color: #13DBBC;
}
.TagClassName
{
border-color: #13DBBC;
}
</style>