Shades of Robin's Egg Blue #13CBC6
Tints of Robin's Egg Blue #13CBC6
RGB
CMYK
RGB Variations
Color information
#13CBC6 (or 0x13CBC6) is known color: Robin's Egg Blue. HEX triplet: 13, CB and C6. RGB value is (19,203,198). Sum of RGB (Red+Green+Blue) = 19+203+198=420 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.52% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #13CBC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CBC6 is #EC3439. Grayscale: #939393. Windows color (decimal): -15479866 or 13028115. OLE color: 13028115.
HSL color Cylindrical-coordinate representation of color #13CBC6: hue angle of 178.37º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CBC6 is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 203 | 198 | - |
| CMYK | 0.91 | 0 | 0.02 | 0.20 |
| HSL | 178.37º | 0.83% | 0.44% | - |
| HSV(B) | 178.37º | 0.91% | 0.8% | - |
| XYZ | 31.82 | 46.93 | 60.81 | - |
| YUV | 147.41 | 156.54 | 36.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 203 | 198 | 0.91 | 0 | 0.02 | 0.20 | 178.37 | 0.83 | 0.44 |
| Hex | 13 | CB | C6 | 5B | 0 | 2 | 14 | B2 | 53 | 2C |
| Octal | 23 | 313 | 306 | 133 | 0 | 2 | 24 | 262 | 123 | 54 |
| Binary | 10011 | 11001011 | 11000110 | 1011011 | 0 | 10 | 10100 | 10110010 | 1010011 | 101100 |
Color Harmonies of #13CBC6
Complementary color
Monochromatic Colors of #13CBC6
Black with #13CBC6
Text Example
Text Example
White with #13CBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CBC6; }
p { color: rgb(19,203,198); }
H1.HeaderClassName
{
color: #13CBC6;
}
.AnyTagClassName
{
color: #13CBC6;
}
</style>
background-color css
<style>
a { background-color: #13CBC6; }
a { background-color: rgb(19,203,198); }
div.DivClassName
{
background-color: #13CBC6;
}
.BgClassName
{
background-color: #13CBC6;
}
</style>
border-color css
<style>
span { border-color: #13CBC6; }
span { border-color: rgb(19,203,198); }
td.TdClassName
{
border-color: #13CBC6;
}
.TagClassName
{
border-color: #13CBC6;
}
</style>