Shades of Robin's Egg Blue #13D0C2
Tints of Robin's Egg Blue #13D0C2
RGB
CMYK
RGB Variations
Color information
#13D0C2 (or 0x13D0C2) is known color: Robin's Egg Blue. HEX triplet: 13, D0 and C2. RGB value is (19,208,194). Sum of RGB (Red+Green+Blue) = 19+208+194=421 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.51% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 194 (76.17% from 255 or 46.08% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #13D0C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D0C2 is #EC2F3D. Grayscale: #959595. Windows color (decimal): -15478590 or 12767251. OLE color: 12767251.
HSL color Cylindrical-coordinate representation of color #13D0C2: hue angle of 175.56º 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 #13D0C2 is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 208 | 194 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.18 |
| HSL | 175.56º | 0.83% | 0.45% | - |
| HSV(B) | 175.56º | 0.91% | 0.82% | - |
| XYZ | 32.56 | 49.15 | 58.81 | - |
| YUV | 149.89 | 152.88 | 34.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 208 | 194 | 0.91 | 0 | 0.07 | 0.18 | 175.56 | 0.83 | 0.45 |
| Hex | 13 | D0 | C2 | 5B | 0 | 7 | 12 | B0 | 53 | 2D |
| Octal | 23 | 320 | 302 | 133 | 0 | 7 | 22 | 260 | 123 | 55 |
| Binary | 10011 | 11010000 | 11000010 | 1011011 | 0 | 111 | 10010 | 10110000 | 1010011 | 101101 |
Color Harmonies of #13D0C2
Complementary color
Monochromatic Colors of #13D0C2
Black with #13D0C2
Text Example
Text Example
White with #13D0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D0C2; }
p { color: rgb(19,208,194); }
H1.HeaderClassName
{
color: #13D0C2;
}
.AnyTagClassName
{
color: #13D0C2;
}
</style>
background-color css
<style>
a { background-color: #13D0C2; }
a { background-color: rgb(19,208,194); }
div.DivClassName
{
background-color: #13D0C2;
}
.BgClassName
{
background-color: #13D0C2;
}
</style>
border-color css
<style>
span { border-color: #13D0C2; }
span { border-color: rgb(19,208,194); }
td.TdClassName
{
border-color: #13D0C2;
}
.TagClassName
{
border-color: #13D0C2;
}
</style>