Shades of Robin's Egg Blue #13C3CA
Tints of Robin's Egg Blue #13C3CA
RGB
CMYK
RGB Variations
Color information
#13C3CA (or 0x13C3CA) is known color: Robin's Egg Blue. HEX triplet: 13, C3 and CA. RGB value is (19,195,202). Sum of RGB (Red+Green+Blue) = 19+195+202=416 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.57% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #13C3CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C3CA is #EC3C35. Grayscale: #8E8E8E. Windows color (decimal): -15481910 or 13288211. OLE color: 13288211.
HSL color Cylindrical-coordinate representation of color #13C3CA: hue angle of 182.3º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C3CA is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 195 | 202 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.21 |
| HSL | 182.3º | 0.83% | 0.43% | - |
| HSV(B) | 182.3º | 0.91% | 0.79% | - |
| XYZ | 30.44 | 43.43 | 62.66 | - |
| YUV | 143.17 | 161.19 | 39.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 195 | 202 | 0.91 | 0.03 | 0 | 0.21 | 182.3 | 0.83 | 0.43 |
| Hex | 13 | C3 | CA | 5B | 3 | 0 | 15 | B6 | 53 | 2B |
| Octal | 23 | 303 | 312 | 133 | 3 | 0 | 25 | 266 | 123 | 53 |
| Binary | 10011 | 11000011 | 11001010 | 1011011 | 11 | 0 | 10101 | 10110110 | 1010011 | 101011 |
Color Harmonies of #13C3CA
Complementary color
Monochromatic Colors of #13C3CA
Black with #13C3CA
Text Example
Text Example
White with #13C3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C3CA; }
p { color: rgb(19,195,202); }
H1.HeaderClassName
{
color: #13C3CA;
}
.AnyTagClassName
{
color: #13C3CA;
}
</style>
background-color css
<style>
a { background-color: #13C3CA; }
a { background-color: rgb(19,195,202); }
div.DivClassName
{
background-color: #13C3CA;
}
.BgClassName
{
background-color: #13C3CA;
}
</style>
border-color css
<style>
span { border-color: #13C3CA; }
span { border-color: rgb(19,195,202); }
td.TdClassName
{
border-color: #13C3CA;
}
.TagClassName
{
border-color: #13C3CA;
}
</style>