Shades of Robin's Egg Blue #13D1B5
Tints of Robin's Egg Blue #13D1B5
RGB
CMYK
RGB Variations
Color information
#13D1B5 (or 0x13D1B5) is known color: Robin's Egg Blue. HEX triplet: 13, D1 and B5. RGB value is (19,209,181). Sum of RGB (Red+Green+Blue) = 19+209+181=409 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.65% from 409); Green value is 209 (82.03% from 255 or 51.10% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 209 - color contains mainly: green. Hex color #13D1B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D1B5 is #EC2E4A. Grayscale: #949494. Windows color (decimal): -15478347 or 11915539. OLE color: 11915539.
HSL color Cylindrical-coordinate representation of color #13D1B5: hue angle of 171.16º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D1B5 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 209 | 181 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.18 |
| HSL | 171.16º | 0.83% | 0.45% | - |
| HSV(B) | 171.16º | 0.91% | 0.82% | - |
| XYZ | 31.41 | 49.08 | 51.53 | - |
| YUV | 149 | 146.05 | 35.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 209 | 181 | 0.91 | 0 | 0.13 | 0.18 | 171.16 | 0.83 | 0.45 |
| Hex | 13 | D1 | B5 | 5B | 0 | D | 12 | AB | 53 | 2D |
| Octal | 23 | 321 | 265 | 133 | 0 | 15 | 22 | 253 | 123 | 55 |
| Binary | 10011 | 11010001 | 10110101 | 1011011 | 0 | 1101 | 10010 | 10101011 | 1010011 | 101101 |
Color Harmonies of #13D1B5
Complementary color
Monochromatic Colors of #13D1B5
Black with #13D1B5
Text Example
Text Example
White with #13D1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D1B5; }
p { color: rgb(19,209,181); }
H1.HeaderClassName
{
color: #13D1B5;
}
.AnyTagClassName
{
color: #13D1B5;
}
</style>
background-color css
<style>
a { background-color: #13D1B5; }
a { background-color: rgb(19,209,181); }
div.DivClassName
{
background-color: #13D1B5;
}
.BgClassName
{
background-color: #13D1B5;
}
</style>
border-color css
<style>
span { border-color: #13D1B5; }
span { border-color: rgb(19,209,181); }
td.TdClassName
{
border-color: #13D1B5;
}
.TagClassName
{
border-color: #13D1B5;
}
</style>