Shades of Robin's Egg Blue #13CFBC
Tints of Robin's Egg Blue #13CFBC
RGB
CMYK
RGB Variations
Color information
#13CFBC (or 0x13CFBC) is known color: Robin's Egg Blue. HEX triplet: 13, CF and BC. RGB value is (19,207,188). Sum of RGB (Red+Green+Blue) = 19+207+188=414 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.59% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #13CFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CFBC is #EC3043. Grayscale: #949494. Windows color (decimal): -15478852 or 12373779. OLE color: 12373779.
HSL color Cylindrical-coordinate representation of color #13CFBC: hue angle of 173.94º 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 #13CFBC is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 207 | 188 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.19 |
| HSL | 173.94º | 0.83% | 0.44% | - |
| HSV(B) | 173.94º | 0.91% | 0.81% | - |
| XYZ | 31.66 | 48.39 | 55.25 | - |
| YUV | 148.62 | 150.22 | 35.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 207 | 188 | 0.91 | 0 | 0.09 | 0.19 | 173.94 | 0.83 | 0.44 |
| Hex | 13 | CF | BC | 5B | 0 | 9 | 13 | AE | 53 | 2C |
| Octal | 23 | 317 | 274 | 133 | 0 | 11 | 23 | 256 | 123 | 54 |
| Binary | 10011 | 11001111 | 10111100 | 1011011 | 0 | 1001 | 10011 | 10101110 | 1010011 | 101100 |
Color Harmonies of #13CFBC
Complementary color
Monochromatic Colors of #13CFBC
Black with #13CFBC
Text Example
Text Example
White with #13CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CFBC; }
p { color: rgb(19,207,188); }
H1.HeaderClassName
{
color: #13CFBC;
}
.AnyTagClassName
{
color: #13CFBC;
}
</style>
background-color css
<style>
a { background-color: #13CFBC; }
a { background-color: rgb(19,207,188); }
div.DivClassName
{
background-color: #13CFBC;
}
.BgClassName
{
background-color: #13CFBC;
}
</style>
border-color css
<style>
span { border-color: #13CFBC; }
span { border-color: rgb(19,207,188); }
td.TdClassName
{
border-color: #13CFBC;
}
.TagClassName
{
border-color: #13CFBC;
}
</style>