Shades of Robin's Egg Blue #13D8C3
Tints of Robin's Egg Blue #13D8C3
RGB
CMYK
RGB Variations
Color information
#13D8C3 (or 0x13D8C3) is known color: Robin's Egg Blue. HEX triplet: 13, D8 and C3. RGB value is (19,216,195). Sum of RGB (Red+Green+Blue) = 19+216+195=430 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.42% from 430); Green value is 216 (84.77% from 255 or 50.23% from 430); Blue value is 195 (76.56% from 255 or 45.35% from 430); Max value from RGB is 216 - color contains mainly: green. Hex color #13D8C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D8C3 is #EC273C. Grayscale: #9A9A9A. Windows color (decimal): -15476541 or 12834835. OLE color: 12834835.
HSL color Cylindrical-coordinate representation of color #13D8C3: hue angle of 173.6º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D8C3 is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 216 | 195 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.15 |
| HSL | 173.6º | 0.84% | 0.46% | - |
| HSV(B) | 173.6º | 0.91% | 0.85% | - |
| XYZ | 34.67 | 53.19 | 60.07 | - |
| YUV | 154.7 | 150.73 | 31.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 216 | 195 | 0.91 | 0 | 0.10 | 0.15 | 173.6 | 0.84 | 0.46 |
| Hex | 13 | D8 | C3 | 5B | 0 | A | F | AE | 54 | 2E |
| Octal | 23 | 330 | 303 | 133 | 0 | 12 | 17 | 256 | 124 | 56 |
| Binary | 10011 | 11011000 | 11000011 | 1011011 | 0 | 1010 | 1111 | 10101110 | 1010100 | 101110 |
Color Harmonies of #13D8C3
Complementary color
Monochromatic Colors of #13D8C3
Black with #13D8C3
Text Example
Text Example
White with #13D8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D8C3; }
p { color: rgb(19,216,195); }
H1.HeaderClassName
{
color: #13D8C3;
}
.AnyTagClassName
{
color: #13D8C3;
}
</style>
background-color css
<style>
a { background-color: #13D8C3; }
a { background-color: rgb(19,216,195); }
div.DivClassName
{
background-color: #13D8C3;
}
.BgClassName
{
background-color: #13D8C3;
}
</style>
border-color css
<style>
span { border-color: #13D8C3; }
span { border-color: rgb(19,216,195); }
td.TdClassName
{
border-color: #13D8C3;
}
.TagClassName
{
border-color: #13D8C3;
}
</style>