Shades of Robin's Egg Blue #13CFC8
Tints of Robin's Egg Blue #13CFC8
RGB
CMYK
RGB Variations
Color information
#13CFC8 (or 0x13CFC8) is known color: Robin's Egg Blue. HEX triplet: 13, CF and C8. RGB value is (19,207,200). Sum of RGB (Red+Green+Blue) = 19+207+200=426 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.46% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 200 (78.52% from 255 or 46.95% from 426); Max value from RGB is 207 - color contains mainly: green. Hex color #13CFC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CFC8 is #EC3037. Grayscale: #959595. Windows color (decimal): -15478840 or 13160211. OLE color: 13160211.
HSL color Cylindrical-coordinate representation of color #13CFC8: hue angle of 177.77º 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 #13CFC8 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 207 | 200 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.19 |
| HSL | 177.77º | 0.83% | 0.44% | - |
| HSV(B) | 177.77º | 0.91% | 0.81% | - |
| XYZ | 33.01 | 48.93 | 62.35 | - |
| YUV | 149.99 | 156.22 | 34.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 207 | 200 | 0.91 | 0 | 0.03 | 0.19 | 177.77 | 0.83 | 0.44 |
| Hex | 13 | CF | C8 | 5B | 0 | 3 | 13 | B2 | 53 | 2C |
| Octal | 23 | 317 | 310 | 133 | 0 | 3 | 23 | 262 | 123 | 54 |
| Binary | 10011 | 11001111 | 11001000 | 1011011 | 0 | 11 | 10011 | 10110010 | 1010011 | 101100 |
Color Harmonies of #13CFC8
Complementary color
Monochromatic Colors of #13CFC8
Black with #13CFC8
Text Example
Text Example
White with #13CFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CFC8; }
p { color: rgb(19,207,200); }
H1.HeaderClassName
{
color: #13CFC8;
}
.AnyTagClassName
{
color: #13CFC8;
}
</style>
background-color css
<style>
a { background-color: #13CFC8; }
a { background-color: rgb(19,207,200); }
div.DivClassName
{
background-color: #13CFC8;
}
.BgClassName
{
background-color: #13CFC8;
}
</style>
border-color css
<style>
span { border-color: #13CFC8; }
span { border-color: rgb(19,207,200); }
td.TdClassName
{
border-color: #13CFC8;
}
.TagClassName
{
border-color: #13CFC8;
}
</style>