Shades of Robin's Egg Blue #13CEC0
Tints of Robin's Egg Blue #13CEC0
RGB
CMYK
RGB Variations
Color information
#13CEC0 (or 0x13CEC0) is known color: Robin's Egg Blue. HEX triplet: 13, CE and C0. RGB value is (19,206,192). Sum of RGB (Red+Green+Blue) = 19+206+192=417 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.56% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 206 - color contains mainly: green. Hex color #13CEC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CEC0 is #EC313F. Grayscale: #949494. Windows color (decimal): -15479104 or 12635667. OLE color: 12635667.
HSL color Cylindrical-coordinate representation of color #13CEC0: hue angle of 175.51º 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 #13CEC0 is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 192 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.19 |
| HSL | 175.51º | 0.83% | 0.44% | - |
| HSV(B) | 175.51º | 0.91% | 0.81% | - |
| XYZ | 31.85 | 48.09 | 57.47 | - |
| YUV | 148.49 | 152.55 | 35.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 192 | 0.91 | 0 | 0.07 | 0.19 | 175.51 | 0.83 | 0.44 |
| Hex | 13 | CE | C0 | 5B | 0 | 7 | 13 | B0 | 53 | 2C |
| Octal | 23 | 316 | 300 | 133 | 0 | 7 | 23 | 260 | 123 | 54 |
| Binary | 10011 | 11001110 | 11000000 | 1011011 | 0 | 111 | 10011 | 10110000 | 1010011 | 101100 |
Color Harmonies of #13CEC0
Complementary color
Monochromatic Colors of #13CEC0
Black with #13CEC0
Text Example
Text Example
White with #13CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CEC0; }
p { color: rgb(19,206,192); }
H1.HeaderClassName
{
color: #13CEC0;
}
.AnyTagClassName
{
color: #13CEC0;
}
</style>
background-color css
<style>
a { background-color: #13CEC0; }
a { background-color: rgb(19,206,192); }
div.DivClassName
{
background-color: #13CEC0;
}
.BgClassName
{
background-color: #13CEC0;
}
</style>
border-color css
<style>
span { border-color: #13CEC0; }
span { border-color: rgb(19,206,192); }
td.TdClassName
{
border-color: #13CEC0;
}
.TagClassName
{
border-color: #13CEC0;
}
</style>