Shades of Robin's Egg Blue #13CEBB
Tints of Robin's Egg Blue #13CEBB
RGB
CMYK
RGB Variations
Color information
#13CEBB (or 0x13CEBB) is known color: Robin's Egg Blue. HEX triplet: 13, CE and BB. RGB value is (19,206,187). Sum of RGB (Red+Green+Blue) = 19+206+187=412 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.61% from 412); Green value is 206 (80.86% from 255 or 50% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 206 - color contains mainly: green. Hex color #13CEBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CEBB is #EC3144. Grayscale: #939393. Windows color (decimal): -15479109 or 12307987. OLE color: 12307987.
HSL color Cylindrical-coordinate representation of color #13CEBB: hue angle of 173.9º 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 #13CEBB is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 187 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.19 |
| HSL | 173.9º | 0.83% | 0.44% | - |
| HSV(B) | 173.9º | 0.91% | 0.81% | - |
| XYZ | 31.31 | 47.87 | 54.6 | - |
| YUV | 147.92 | 150.05 | 36.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 187 | 0.91 | 0 | 0.09 | 0.19 | 173.9 | 0.83 | 0.44 |
| Hex | 13 | CE | BB | 5B | 0 | 9 | 13 | AE | 53 | 2C |
| Octal | 23 | 316 | 273 | 133 | 0 | 11 | 23 | 256 | 123 | 54 |
| Binary | 10011 | 11001110 | 10111011 | 1011011 | 0 | 1001 | 10011 | 10101110 | 1010011 | 101100 |
Color Harmonies of #13CEBB
Complementary color
Monochromatic Colors of #13CEBB
Black with #13CEBB
Text Example
Text Example
White with #13CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CEBB; }
p { color: rgb(19,206,187); }
H1.HeaderClassName
{
color: #13CEBB;
}
.AnyTagClassName
{
color: #13CEBB;
}
</style>
background-color css
<style>
a { background-color: #13CEBB; }
a { background-color: rgb(19,206,187); }
div.DivClassName
{
background-color: #13CEBB;
}
.BgClassName
{
background-color: #13CEBB;
}
</style>
border-color css
<style>
span { border-color: #13CEBB; }
span { border-color: rgb(19,206,187); }
td.TdClassName
{
border-color: #13CEBB;
}
.TagClassName
{
border-color: #13CEBB;
}
</style>