Shades of Robin's Egg Blue #13D0B5
Tints of Robin's Egg Blue #13D0B5
RGB
CMYK
RGB Variations
Color information
#13D0B5 (or 0x13D0B5) is known color: Robin's Egg Blue. HEX triplet: 13, D0 and B5. RGB value is (19,208,181). Sum of RGB (Red+Green+Blue) = 19+208+181=408 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.66% from 408); Green value is 208 (81.64% from 255 or 50.98% from 408); Blue value is 181 (71.09% from 255 or 44.36% from 408); Max value from RGB is 208 - color contains mainly: green. Hex color #13D0B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D0B5 is #EC2F4A. Grayscale: #949494. Windows color (decimal): -15478603 or 11915283. OLE color: 11915283.
HSL color Cylindrical-coordinate representation of color #13D0B5: hue angle of 171.43º 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 #13D0B5 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 208 | 181 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.18 |
| HSL | 171.43º | 0.83% | 0.45% | - |
| HSV(B) | 171.43º | 0.91% | 0.82% | - |
| XYZ | 31.16 | 48.59 | 51.45 | - |
| YUV | 148.41 | 146.38 | 35.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 208 | 181 | 0.91 | 0 | 0.13 | 0.18 | 171.43 | 0.83 | 0.45 |
| Hex | 13 | D0 | B5 | 5B | 0 | D | 12 | AB | 53 | 2D |
| Octal | 23 | 320 | 265 | 133 | 0 | 15 | 22 | 253 | 123 | 55 |
| Binary | 10011 | 11010000 | 10110101 | 1011011 | 0 | 1101 | 10010 | 10101011 | 1010011 | 101101 |
Color Harmonies of #13D0B5
Complementary color
Monochromatic Colors of #13D0B5
Black with #13D0B5
Text Example
Text Example
White with #13D0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D0B5; }
p { color: rgb(19,208,181); }
H1.HeaderClassName
{
color: #13D0B5;
}
.AnyTagClassName
{
color: #13D0B5;
}
</style>
background-color css
<style>
a { background-color: #13D0B5; }
a { background-color: rgb(19,208,181); }
div.DivClassName
{
background-color: #13D0B5;
}
.BgClassName
{
background-color: #13D0B5;
}
</style>
border-color css
<style>
span { border-color: #13D0B5; }
span { border-color: rgb(19,208,181); }
td.TdClassName
{
border-color: #13D0B5;
}
.TagClassName
{
border-color: #13D0B5;
}
</style>