Shades of Robin's Egg Blue #13D2CC
Tints of Robin's Egg Blue #13D2CC
RGB
CMYK
RGB Variations
Color information
#13D2CC (or 0x13D2CC) is known color: Robin's Egg Blue. HEX triplet: 13, D2 and CC. RGB value is (19,210,204). Sum of RGB (Red+Green+Blue) = 19+210+204=433 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.39% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 210 - color contains mainly: green. Hex color #13D2CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D2CC is #EC2D33. Grayscale: #989898. Windows color (decimal): -15478068 or 13423123. OLE color: 13423123.
HSL color Cylindrical-coordinate representation of color #13D2CC: hue angle of 178.12º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D2CC is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 210 | 204 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.18 |
| HSL | 178.12º | 0.83% | 0.45% | - |
| HSV(B) | 178.12º | 0.91% | 0.82% | - |
| XYZ | 34.21 | 50.59 | 65.09 | - |
| YUV | 152.21 | 157.22 | 32.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 210 | 204 | 0.91 | 0 | 0.03 | 0.18 | 178.12 | 0.83 | 0.45 |
| Hex | 13 | D2 | CC | 5B | 0 | 3 | 12 | B2 | 53 | 2D |
| Octal | 23 | 322 | 314 | 133 | 0 | 3 | 22 | 262 | 123 | 55 |
| Binary | 10011 | 11010010 | 11001100 | 1011011 | 0 | 11 | 10010 | 10110010 | 1010011 | 101101 |
Color Harmonies of #13D2CC
Complementary color
Monochromatic Colors of #13D2CC
Black with #13D2CC
Text Example
Text Example
White with #13D2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D2CC; }
p { color: rgb(19,210,204); }
H1.HeaderClassName
{
color: #13D2CC;
}
.AnyTagClassName
{
color: #13D2CC;
}
</style>
background-color css
<style>
a { background-color: #13D2CC; }
a { background-color: rgb(19,210,204); }
div.DivClassName
{
background-color: #13D2CC;
}
.BgClassName
{
background-color: #13D2CC;
}
</style>
border-color css
<style>
span { border-color: #13D2CC; }
span { border-color: rgb(19,210,204); }
td.TdClassName
{
border-color: #13D2CC;
}
.TagClassName
{
border-color: #13D2CC;
}
</style>