Shades of Robin's Egg Blue #13CECB
Tints of Robin's Egg Blue #13CECB
RGB
CMYK
RGB Variations
Color information
#13CECB (or 0x13CECB) is known color: Robin's Egg Blue. HEX triplet: 13, CE and CB. RGB value is (19,206,203). Sum of RGB (Red+Green+Blue) = 19+206+203=428 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.44% from 428); Green value is 206 (80.86% from 255 or 48.13% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 206 - color contains mainly: green. Hex color #13CECB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CECB is #EC3134. Grayscale: #959595. Windows color (decimal): -15479093 or 13356563. OLE color: 13356563.
HSL color Cylindrical-coordinate representation of color #13CECB: hue angle of 179.04º 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 #13CECB is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 203 | - |
| CMYK | 0.91 | 0 | 0.01 | 0.19 |
| HSL | 179.04º | 0.83% | 0.44% | - |
| HSV(B) | 179.04º | 0.91% | 0.81% | - |
| XYZ | 33.12 | 48.59 | 64.13 | - |
| YUV | 149.75 | 158.05 | 34.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 203 | 0.91 | 0 | 0.01 | 0.19 | 179.04 | 0.83 | 0.44 |
| Hex | 13 | CE | CB | 5B | 0 | 1 | 13 | B3 | 53 | 2C |
| Octal | 23 | 316 | 313 | 133 | 0 | 1 | 23 | 263 | 123 | 54 |
| Binary | 10011 | 11001110 | 11001011 | 1011011 | 0 | 1 | 10011 | 10110011 | 1010011 | 101100 |
Color Harmonies of #13CECB
Complementary color
Monochromatic Colors of #13CECB
Black with #13CECB
Text Example
Text Example
White with #13CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CECB; }
p { color: rgb(19,206,203); }
H1.HeaderClassName
{
color: #13CECB;
}
.AnyTagClassName
{
color: #13CECB;
}
</style>
background-color css
<style>
a { background-color: #13CECB; }
a { background-color: rgb(19,206,203); }
div.DivClassName
{
background-color: #13CECB;
}
.BgClassName
{
background-color: #13CECB;
}
</style>
border-color css
<style>
span { border-color: #13CECB; }
span { border-color: rgb(19,206,203); }
td.TdClassName
{
border-color: #13CECB;
}
.TagClassName
{
border-color: #13CECB;
}
</style>