Shades of Robin's Egg Blue #13C5CF
Tints of Robin's Egg Blue #13C5CF
RGB
CMYK
RGB Variations
Color information
#13C5CF (or 0x13C5CF) is known color: Robin's Egg Blue. HEX triplet: 13, C5 and CF. RGB value is (19,197,207). Sum of RGB (Red+Green+Blue) = 19+197+207=423 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.49% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #13C5CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C5CF is #EC3A30. Grayscale: #909090. Windows color (decimal): -15481393 or 13616403. OLE color: 13616403.
HSL color Cylindrical-coordinate representation of color #13C5CF: hue angle of 183.19º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C5CF is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 197 | 207 | - |
| CMYK | 0.91 | 0.05 | 0 | 0.19 |
| HSL | 183.19º | 0.83% | 0.44% | - |
| HSV(B) | 183.19º | 0.91% | 0.81% | - |
| XYZ | 31.5 | 44.58 | 65.98 | - |
| YUV | 144.92 | 163.03 | 38.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 197 | 207 | 0.91 | 0.05 | 0 | 0.19 | 183.19 | 0.83 | 0.44 |
| Hex | 13 | C5 | CF | 5B | 5 | 0 | 13 | B7 | 53 | 2C |
| Octal | 23 | 305 | 317 | 133 | 5 | 0 | 23 | 267 | 123 | 54 |
| Binary | 10011 | 11000101 | 11001111 | 1011011 | 101 | 0 | 10011 | 10110111 | 1010011 | 101100 |
Color Harmonies of #13C5CF
Complementary color
Monochromatic Colors of #13C5CF
Black with #13C5CF
Text Example
Text Example
White with #13C5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C5CF; }
p { color: rgb(19,197,207); }
H1.HeaderClassName
{
color: #13C5CF;
}
.AnyTagClassName
{
color: #13C5CF;
}
</style>
background-color css
<style>
a { background-color: #13C5CF; }
a { background-color: rgb(19,197,207); }
div.DivClassName
{
background-color: #13C5CF;
}
.BgClassName
{
background-color: #13C5CF;
}
</style>
border-color css
<style>
span { border-color: #13C5CF; }
span { border-color: rgb(19,197,207); }
td.TdClassName
{
border-color: #13C5CF;
}
.TagClassName
{
border-color: #13C5CF;
}
</style>