Shades of Robin's Egg Blue #13CFC1
Tints of Robin's Egg Blue #13CFC1
RGB
CMYK
RGB Variations
Color information
#13CFC1 (or 0x13CFC1) is known color: Robin's Egg Blue. HEX triplet: 13, CF and C1. RGB value is (19,207,193). Sum of RGB (Red+Green+Blue) = 19+207+193=419 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.53% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #13CFC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CFC1 is #EC303E. Grayscale: #959595. Windows color (decimal): -15478847 or 12701459. OLE color: 12701459.
HSL color Cylindrical-coordinate representation of color #13CFC1: hue angle of 175.53º 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 #13CFC1 is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 207 | 193 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.19 |
| HSL | 175.53º | 0.83% | 0.44% | - |
| HSV(B) | 175.53º | 0.91% | 0.81% | - |
| XYZ | 32.21 | 48.61 | 58.14 | - |
| YUV | 149.19 | 152.72 | 35.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 207 | 193 | 0.91 | 0 | 0.07 | 0.19 | 175.53 | 0.83 | 0.44 |
| Hex | 13 | CF | C1 | 5B | 0 | 7 | 13 | B0 | 53 | 2C |
| Octal | 23 | 317 | 301 | 133 | 0 | 7 | 23 | 260 | 123 | 54 |
| Binary | 10011 | 11001111 | 11000001 | 1011011 | 0 | 111 | 10011 | 10110000 | 1010011 | 101100 |
Color Harmonies of #13CFC1
Complementary color
Monochromatic Colors of #13CFC1
Black with #13CFC1
Text Example
Text Example
White with #13CFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CFC1; }
p { color: rgb(19,207,193); }
H1.HeaderClassName
{
color: #13CFC1;
}
.AnyTagClassName
{
color: #13CFC1;
}
</style>
background-color css
<style>
a { background-color: #13CFC1; }
a { background-color: rgb(19,207,193); }
div.DivClassName
{
background-color: #13CFC1;
}
.BgClassName
{
background-color: #13CFC1;
}
</style>
border-color css
<style>
span { border-color: #13CFC1; }
span { border-color: rgb(19,207,193); }
td.TdClassName
{
border-color: #13CFC1;
}
.TagClassName
{
border-color: #13CFC1;
}
</style>