Shades of Robin's Egg Blue #13D3BF
Tints of Robin's Egg Blue #13D3BF
RGB
CMYK
RGB Variations
Color information
#13D3BF (or 0x13D3BF) is known color: Robin's Egg Blue. HEX triplet: 13, D3 and BF. RGB value is (19,211,191). Sum of RGB (Red+Green+Blue) = 19+211+191=421 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.51% from 421); Green value is 211 (82.81% from 255 or 50.12% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 211 - color contains mainly: green. Hex color #13D3BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D3BF is #EC2C40. Grayscale: #979797. Windows color (decimal): -15477825 or 12571411. OLE color: 12571411.
HSL color Cylindrical-coordinate representation of color #13D3BF: hue angle of 173.75º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D3BF is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 19 | 211 | 191 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.17 |
| HSL | 173.75º | 0.83% | 0.45% | - |
| HSV(B) | 173.75º | 0.91% | 0.83% | - |
| XYZ | 32.97 | 50.49 | 57.3 | - |
| YUV | 151.31 | 150.39 | 33.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 211 | 191 | 0.91 | 0 | 0.09 | 0.17 | 173.75 | 0.83 | 0.45 |
| Hex | 13 | D3 | BF | 5B | 0 | 9 | 11 | AE | 53 | 2D |
| Octal | 23 | 323 | 277 | 133 | 0 | 11 | 21 | 256 | 123 | 55 |
| Binary | 10011 | 11010011 | 10111111 | 1011011 | 0 | 1001 | 10001 | 10101110 | 1010011 | 101101 |
Color Harmonies of #13D3BF
Complementary color
Monochromatic Colors of #13D3BF
Black with #13D3BF
Text Example
Text Example
White with #13D3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D3BF; }
p { color: rgb(19,211,191); }
H1.HeaderClassName
{
color: #13D3BF;
}
.AnyTagClassName
{
color: #13D3BF;
}
</style>
background-color css
<style>
a { background-color: #13D3BF; }
a { background-color: rgb(19,211,191); }
div.DivClassName
{
background-color: #13D3BF;
}
.BgClassName
{
background-color: #13D3BF;
}
</style>
border-color css
<style>
span { border-color: #13D3BF; }
span { border-color: rgb(19,211,191); }
td.TdClassName
{
border-color: #13D3BF;
}
.TagClassName
{
border-color: #13D3BF;
}
</style>