Shades of Robin's Egg Blue #13D1CB
Tints of Robin's Egg Blue #13D1CB
RGB
CMYK
RGB Variations
Color information
#13D1CB (or 0x13D1CB) is known color: Robin's Egg Blue. HEX triplet: 13, D1 and CB. RGB value is (19,209,203). Sum of RGB (Red+Green+Blue) = 19+209+203=431 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.41% from 431); Green value is 209 (82.03% from 255 or 48.49% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 209 - color contains mainly: green. Hex color #13D1CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D1CB is #EC2E34. Grayscale: #979797. Windows color (decimal): -15478325 or 13357331. OLE color: 13357331.
HSL color Cylindrical-coordinate representation of color #13D1CB: hue angle of 178.11º 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 #13D1CB is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 209 | 203 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.18 |
| HSL | 178.11º | 0.83% | 0.45% | - |
| HSV(B) | 178.11º | 0.91% | 0.82% | - |
| XYZ | 33.85 | 50.05 | 64.38 | - |
| YUV | 151.51 | 157.05 | 33.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 209 | 203 | 0.91 | 0 | 0.03 | 0.18 | 178.11 | 0.83 | 0.45 |
| Hex | 13 | D1 | CB | 5B | 0 | 3 | 12 | B2 | 53 | 2D |
| Octal | 23 | 321 | 313 | 133 | 0 | 3 | 22 | 262 | 123 | 55 |
| Binary | 10011 | 11010001 | 11001011 | 1011011 | 0 | 11 | 10010 | 10110010 | 1010011 | 101101 |
Color Harmonies of #13D1CB
Complementary color
Monochromatic Colors of #13D1CB
Black with #13D1CB
Text Example
Text Example
White with #13D1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D1CB; }
p { color: rgb(19,209,203); }
H1.HeaderClassName
{
color: #13D1CB;
}
.AnyTagClassName
{
color: #13D1CB;
}
</style>
background-color css
<style>
a { background-color: #13D1CB; }
a { background-color: rgb(19,209,203); }
div.DivClassName
{
background-color: #13D1CB;
}
.BgClassName
{
background-color: #13D1CB;
}
</style>
border-color css
<style>
span { border-color: #13D1CB; }
span { border-color: rgb(19,209,203); }
td.TdClassName
{
border-color: #13D1CB;
}
.TagClassName
{
border-color: #13D1CB;
}
</style>