Shades of Robin's Egg Blue #13CEC6
Tints of Robin's Egg Blue #13CEC6
RGB
CMYK
RGB Variations
Color information
#13CEC6 (or 0x13CEC6) is known color: Robin's Egg Blue. HEX triplet: 13, CE and C6. RGB value is (19,206,198). Sum of RGB (Red+Green+Blue) = 19+206+198=423 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.49% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 198 (77.73% from 255 or 46.81% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #13CEC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CEC6 is #EC3139. Grayscale: #959595. Windows color (decimal): -15479098 or 13028883. OLE color: 13028883.
HSL color Cylindrical-coordinate representation of color #13CEC6: hue angle of 177.43º 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 #13CEC6 is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 198 | - |
| CMYK | 0.91 | 0 | 0.04 | 0.19 |
| HSL | 177.43º | 0.83% | 0.44% | - |
| HSV(B) | 177.43º | 0.91% | 0.81% | - |
| XYZ | 32.53 | 48.36 | 61.05 | - |
| YUV | 149.18 | 155.55 | 35.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 198 | 0.91 | 0 | 0.04 | 0.19 | 177.43 | 0.83 | 0.44 |
| Hex | 13 | CE | C6 | 5B | 0 | 4 | 13 | B1 | 53 | 2C |
| Octal | 23 | 316 | 306 | 133 | 0 | 4 | 23 | 261 | 123 | 54 |
| Binary | 10011 | 11001110 | 11000110 | 1011011 | 0 | 100 | 10011 | 10110001 | 1010011 | 101100 |
Color Harmonies of #13CEC6
Complementary color
Monochromatic Colors of #13CEC6
Black with #13CEC6
Text Example
Text Example
White with #13CEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CEC6; }
p { color: rgb(19,206,198); }
H1.HeaderClassName
{
color: #13CEC6;
}
.AnyTagClassName
{
color: #13CEC6;
}
</style>
background-color css
<style>
a { background-color: #13CEC6; }
a { background-color: rgb(19,206,198); }
div.DivClassName
{
background-color: #13CEC6;
}
.BgClassName
{
background-color: #13CEC6;
}
</style>
border-color css
<style>
span { border-color: #13CEC6; }
span { border-color: rgb(19,206,198); }
td.TdClassName
{
border-color: #13CEC6;
}
.TagClassName
{
border-color: #13CEC6;
}
</style>