Shades of Robin's Egg Blue #13C8CB
Tints of Robin's Egg Blue #13C8CB
RGB
CMYK
RGB Variations
Color information
#13C8CB (or 0x13C8CB) is known color: Robin's Egg Blue. HEX triplet: 13, C8 and CB. RGB value is (19,200,203). Sum of RGB (Red+Green+Blue) = 19+200+203=422 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.50% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #13C8CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C8CB is #EC3734. Grayscale: #929292. Windows color (decimal): -15480629 or 13355027. OLE color: 13355027.
HSL color Cylindrical-coordinate representation of color #13C8CB: hue angle of 180.98º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C8CB is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 200 | 203 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.20 |
| HSL | 180.98º | 0.83% | 0.44% | - |
| HSV(B) | 180.98º | 0.91% | 0.8% | - |
| XYZ | 31.7 | 45.76 | 63.66 | - |
| YUV | 146.22 | 160.03 | 37.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 200 | 203 | 0.91 | 0.01 | 0 | 0.20 | 180.98 | 0.83 | 0.44 |
| Hex | 13 | C8 | CB | 5B | 1 | 0 | 14 | B5 | 53 | 2C |
| Octal | 23 | 310 | 313 | 133 | 1 | 0 | 24 | 265 | 123 | 54 |
| Binary | 10011 | 11001000 | 11001011 | 1011011 | 1 | 0 | 10100 | 10110101 | 1010011 | 101100 |
Color Harmonies of #13C8CB
Complementary color
Monochromatic Colors of #13C8CB
Black with #13C8CB
Text Example
Text Example
White with #13C8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C8CB; }
p { color: rgb(19,200,203); }
H1.HeaderClassName
{
color: #13C8CB;
}
.AnyTagClassName
{
color: #13C8CB;
}
</style>
background-color css
<style>
a { background-color: #13C8CB; }
a { background-color: rgb(19,200,203); }
div.DivClassName
{
background-color: #13C8CB;
}
.BgClassName
{
background-color: #13C8CB;
}
</style>
border-color css
<style>
span { border-color: #13C8CB; }
span { border-color: rgb(19,200,203); }
td.TdClassName
{
border-color: #13C8CB;
}
.TagClassName
{
border-color: #13C8CB;
}
</style>