Shades of Robin's Egg Blue #13DCBF
Tints of Robin's Egg Blue #13DCBF
RGB
CMYK
RGB Variations
Color information
#13DCBF (or 0x13DCBF) is known color: Robin's Egg Blue. HEX triplet: 13, DC and BF. RGB value is (19,220,191). Sum of RGB (Red+Green+Blue) = 19+220+191=430 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.42% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #13DCBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DCBF is #EC2340. Grayscale: #9C9C9C. Windows color (decimal): -15475521 or 12573715. OLE color: 12573715.
HSL color Cylindrical-coordinate representation of color #13DCBF: hue angle of 171.34º 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 #13DCBF is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 220 | 191 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.14 |
| HSL | 171.34º | 0.84% | 0.47% | - |
| HSV(B) | 171.34º | 0.91% | 0.86% | - |
| XYZ | 35.27 | 55.09 | 58.06 | - |
| YUV | 156.6 | 147.41 | 29.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 220 | 191 | 0.91 | 0 | 0.13 | 0.14 | 171.34 | 0.84 | 0.47 |
| Hex | 13 | DC | BF | 5B | 0 | D | E | AB | 54 | 2F |
| Octal | 23 | 334 | 277 | 133 | 0 | 15 | 16 | 253 | 124 | 57 |
| Binary | 10011 | 11011100 | 10111111 | 1011011 | 0 | 1101 | 1110 | 10101011 | 1010100 | 101111 |
Color Harmonies of #13DCBF
Complementary color
Monochromatic Colors of #13DCBF
Black with #13DCBF
Text Example
Text Example
White with #13DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DCBF; }
p { color: rgb(19,220,191); }
H1.HeaderClassName
{
color: #13DCBF;
}
.AnyTagClassName
{
color: #13DCBF;
}
</style>
background-color css
<style>
a { background-color: #13DCBF; }
a { background-color: rgb(19,220,191); }
div.DivClassName
{
background-color: #13DCBF;
}
.BgClassName
{
background-color: #13DCBF;
}
</style>
border-color css
<style>
span { border-color: #13DCBF; }
span { border-color: rgb(19,220,191); }
td.TdClassName
{
border-color: #13DCBF;
}
.TagClassName
{
border-color: #13DCBF;
}
</style>