Shades of Robin's Egg Blue #13CEBC
Tints of Robin's Egg Blue #13CEBC
RGB
CMYK
RGB Variations
Color information
#13CEBC (or 0x13CEBC) is known color: Robin's Egg Blue. HEX triplet: 13, CE and BC. RGB value is (19,206,188). Sum of RGB (Red+Green+Blue) = 19+206+188=413 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.60% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 206 - color contains mainly: green. Hex color #13CEBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CEBC is #EC3143. Grayscale: #939393. Windows color (decimal): -15479108 or 12373523. OLE color: 12373523.
HSL color Cylindrical-coordinate representation of color #13CEBC: hue angle of 174.22º 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 #13CEBC is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 188 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.19 |
| HSL | 174.22º | 0.83% | 0.44% | - |
| HSV(B) | 174.22º | 0.91% | 0.81% | - |
| XYZ | 31.42 | 47.91 | 55.17 | - |
| YUV | 148.04 | 150.55 | 35.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 188 | 0.91 | 0 | 0.09 | 0.19 | 174.22 | 0.83 | 0.44 |
| Hex | 13 | CE | BC | 5B | 0 | 9 | 13 | AE | 53 | 2C |
| Octal | 23 | 316 | 274 | 133 | 0 | 11 | 23 | 256 | 123 | 54 |
| Binary | 10011 | 11001110 | 10111100 | 1011011 | 0 | 1001 | 10011 | 10101110 | 1010011 | 101100 |
Color Harmonies of #13CEBC
Complementary color
Monochromatic Colors of #13CEBC
Black with #13CEBC
Text Example
Text Example
White with #13CEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CEBC; }
p { color: rgb(19,206,188); }
H1.HeaderClassName
{
color: #13CEBC;
}
.AnyTagClassName
{
color: #13CEBC;
}
</style>
background-color css
<style>
a { background-color: #13CEBC; }
a { background-color: rgb(19,206,188); }
div.DivClassName
{
background-color: #13CEBC;
}
.BgClassName
{
background-color: #13CEBC;
}
</style>
border-color css
<style>
span { border-color: #13CEBC; }
span { border-color: rgb(19,206,188); }
td.TdClassName
{
border-color: #13CEBC;
}
.TagClassName
{
border-color: #13CEBC;
}
</style>