Shades of Robin's Egg Blue #13CFC9
Tints of Robin's Egg Blue #13CFC9
RGB
CMYK
RGB Variations
Color information
#13CFC9 (or 0x13CFC9) is known color: Robin's Egg Blue. HEX triplet: 13, CF and C9. RGB value is (19,207,201). Sum of RGB (Red+Green+Blue) = 19+207+201=427 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.45% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #13CFC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CFC9 is #EC3036. Grayscale: #959595. Windows color (decimal): -15478839 or 13225747. OLE color: 13225747.
HSL color Cylindrical-coordinate representation of color #13CFC9: hue angle of 178.09º 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 #13CFC9 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 207 | 201 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.19 |
| HSL | 178.09º | 0.83% | 0.44% | - |
| HSV(B) | 178.09º | 0.91% | 0.81% | - |
| XYZ | 33.12 | 48.98 | 62.97 | - |
| YUV | 150.1 | 156.72 | 34.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 207 | 201 | 0.91 | 0 | 0.03 | 0.19 | 178.09 | 0.83 | 0.44 |
| Hex | 13 | CF | C9 | 5B | 0 | 3 | 13 | B2 | 53 | 2C |
| Octal | 23 | 317 | 311 | 133 | 0 | 3 | 23 | 262 | 123 | 54 |
| Binary | 10011 | 11001111 | 11001001 | 1011011 | 0 | 11 | 10011 | 10110010 | 1010011 | 101100 |
Color Harmonies of #13CFC9
Complementary color
Monochromatic Colors of #13CFC9
Black with #13CFC9
Text Example
Text Example
White with #13CFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CFC9; }
p { color: rgb(19,207,201); }
H1.HeaderClassName
{
color: #13CFC9;
}
.AnyTagClassName
{
color: #13CFC9;
}
</style>
background-color css
<style>
a { background-color: #13CFC9; }
a { background-color: rgb(19,207,201); }
div.DivClassName
{
background-color: #13CFC9;
}
.BgClassName
{
background-color: #13CFC9;
}
</style>
border-color css
<style>
span { border-color: #13CFC9; }
span { border-color: rgb(19,207,201); }
td.TdClassName
{
border-color: #13CFC9;
}
.TagClassName
{
border-color: #13CFC9;
}
</style>