Shades of Robin's Egg Blue #13CECE
Tints of Robin's Egg Blue #13CECE
RGB
CMYK
RGB Variations
Color information
#13CECE (or 0x13CECE) is known color: Robin's Egg Blue. HEX triplet: 13, CE and CE. RGB value is (19,206,206). Sum of RGB (Red+Green+Blue) = 19+206+206=431 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.41% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #13CECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CECE is #EC3131. Grayscale: #959595. Windows color (decimal): -15479090 or 13553171. OLE color: 13553171.
HSL color Cylindrical-coordinate representation of color #13CECE: hue angle of 180º 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 #13CECE is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 206 | - |
| CMYK | 0.91 | 0 | 0 | 0.19 |
| HSL | 180º | 0.83% | 0.44% | - |
| HSV(B) | 180º | 0.91% | 0.81% | - |
| XYZ | 33.48 | 48.74 | 66.04 | - |
| YUV | 150.09 | 159.55 | 34.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 206 | 0.91 | 0 | 0 | 0.19 | 180 | 0.83 | 0.44 |
| Hex | 13 | CE | CE | 5B | 0 | 0 | 13 | B4 | 53 | 2C |
| Octal | 23 | 316 | 316 | 133 | 0 | 0 | 23 | 264 | 123 | 54 |
| Binary | 10011 | 11001110 | 11001110 | 1011011 | 0 | 0 | 10011 | 10110100 | 1010011 | 101100 |
Color Harmonies of #13CECE
Complementary color
Monochromatic Colors of #13CECE
Black with #13CECE
Text Example
Text Example
White with #13CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CECE; }
p { color: rgb(19,206,206); }
H1.HeaderClassName
{
color: #13CECE;
}
.AnyTagClassName
{
color: #13CECE;
}
</style>
background-color css
<style>
a { background-color: #13CECE; }
a { background-color: rgb(19,206,206); }
div.DivClassName
{
background-color: #13CECE;
}
.BgClassName
{
background-color: #13CECE;
}
</style>
border-color css
<style>
span { border-color: #13CECE; }
span { border-color: rgb(19,206,206); }
td.TdClassName
{
border-color: #13CECE;
}
.TagClassName
{
border-color: #13CECE;
}
</style>