Shades of Robin's Egg Blue #13D0BE
Tints of Robin's Egg Blue #13D0BE
RGB
CMYK
RGB Variations
Color information
#13D0BE (or 0x13D0BE) is known color: Robin's Egg Blue. HEX triplet: 13, D0 and BE. RGB value is (19,208,190). Sum of RGB (Red+Green+Blue) = 19+208+190=417 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.56% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #13D0BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D0BE is #EC2F41. Grayscale: #959595. Windows color (decimal): -15478594 or 12505107. OLE color: 12505107.
HSL color Cylindrical-coordinate representation of color #13D0BE: hue angle of 174.29º 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 #13D0BE is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 208 | 190 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.18 |
| HSL | 174.29º | 0.83% | 0.45% | - |
| HSV(B) | 174.29º | 0.91% | 0.82% | - |
| XYZ | 32.12 | 48.97 | 56.47 | - |
| YUV | 149.44 | 150.88 | 34.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 208 | 190 | 0.91 | 0 | 0.09 | 0.18 | 174.29 | 0.83 | 0.45 |
| Hex | 13 | D0 | BE | 5B | 0 | 9 | 12 | AE | 53 | 2D |
| Octal | 23 | 320 | 276 | 133 | 0 | 11 | 22 | 256 | 123 | 55 |
| Binary | 10011 | 11010000 | 10111110 | 1011011 | 0 | 1001 | 10010 | 10101110 | 1010011 | 101101 |
Color Harmonies of #13D0BE
Complementary color
Monochromatic Colors of #13D0BE
Black with #13D0BE
Text Example
Text Example
White with #13D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D0BE; }
p { color: rgb(19,208,190); }
H1.HeaderClassName
{
color: #13D0BE;
}
.AnyTagClassName
{
color: #13D0BE;
}
</style>
background-color css
<style>
a { background-color: #13D0BE; }
a { background-color: rgb(19,208,190); }
div.DivClassName
{
background-color: #13D0BE;
}
.BgClassName
{
background-color: #13D0BE;
}
</style>
border-color css
<style>
span { border-color: #13D0BE; }
span { border-color: rgb(19,208,190); }
td.TdClassName
{
border-color: #13D0BE;
}
.TagClassName
{
border-color: #13D0BE;
}
</style>