Shades of Robin's Egg Blue #13CFCB
Tints of Robin's Egg Blue #13CFCB
RGB
CMYK
RGB Variations
Color information
#13CFCB (or 0x13CFCB) is known color: Robin's Egg Blue. HEX triplet: 13, CF and CB. RGB value is (19,207,203). Sum of RGB (Red+Green+Blue) = 19+207+203=429 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.43% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #13CFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CFCB is #EC3034. Grayscale: #969696. Windows color (decimal): -15478837 or 13356819. OLE color: 13356819.
HSL color Cylindrical-coordinate representation of color #13CFCB: hue angle of 178.72º 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 #13CFCB is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 207 | 203 | - |
| CMYK | 0.91 | 0 | 0.02 | 0.19 |
| HSL | 178.72º | 0.83% | 0.44% | - |
| HSV(B) | 178.72º | 0.91% | 0.81% | - |
| XYZ | 33.36 | 49.08 | 64.21 | - |
| YUV | 150.33 | 157.72 | 34.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 207 | 203 | 0.91 | 0 | 0.02 | 0.19 | 178.72 | 0.83 | 0.44 |
| Hex | 13 | CF | CB | 5B | 0 | 2 | 13 | B3 | 53 | 2C |
| Octal | 23 | 317 | 313 | 133 | 0 | 2 | 23 | 263 | 123 | 54 |
| Binary | 10011 | 11001111 | 11001011 | 1011011 | 0 | 10 | 10011 | 10110011 | 1010011 | 101100 |
Color Harmonies of #13CFCB
Complementary color
Monochromatic Colors of #13CFCB
Black with #13CFCB
Text Example
Text Example
White with #13CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CFCB; }
p { color: rgb(19,207,203); }
H1.HeaderClassName
{
color: #13CFCB;
}
.AnyTagClassName
{
color: #13CFCB;
}
</style>
background-color css
<style>
a { background-color: #13CFCB; }
a { background-color: rgb(19,207,203); }
div.DivClassName
{
background-color: #13CFCB;
}
.BgClassName
{
background-color: #13CFCB;
}
</style>
border-color css
<style>
span { border-color: #13CFCB; }
span { border-color: rgb(19,207,203); }
td.TdClassName
{
border-color: #13CFCB;
}
.TagClassName
{
border-color: #13CFCB;
}
</style>