Shades of Robin's Egg Blue #13CFC4
Tints of Robin's Egg Blue #13CFC4
RGB
CMYK
RGB Variations
Color information
#13CFC4 (or 0x13CFC4) is known color: Robin's Egg Blue. HEX triplet: 13, CF and C4. RGB value is (19,207,196). Sum of RGB (Red+Green+Blue) = 19+207+196=422 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.50% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 196 (76.95% from 255 or 46.45% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #13CFC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CFC4 is #EC303B. Grayscale: #959595. Windows color (decimal): -15478844 or 12898067. OLE color: 12898067.
HSL color Cylindrical-coordinate representation of color #13CFC4: hue angle of 176.49º 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 #13CFC4 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 207 | 196 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.19 |
| HSL | 176.49º | 0.83% | 0.44% | - |
| HSV(B) | 176.49º | 0.91% | 0.81% | - |
| XYZ | 32.55 | 48.75 | 59.92 | - |
| YUV | 149.53 | 154.22 | 34.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 207 | 196 | 0.91 | 0 | 0.05 | 0.19 | 176.49 | 0.83 | 0.44 |
| Hex | 13 | CF | C4 | 5B | 0 | 5 | 13 | B0 | 53 | 2C |
| Octal | 23 | 317 | 304 | 133 | 0 | 5 | 23 | 260 | 123 | 54 |
| Binary | 10011 | 11001111 | 11000100 | 1011011 | 0 | 101 | 10011 | 10110000 | 1010011 | 101100 |
Color Harmonies of #13CFC4
Complementary color
Monochromatic Colors of #13CFC4
Black with #13CFC4
Text Example
Text Example
White with #13CFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CFC4; }
p { color: rgb(19,207,196); }
H1.HeaderClassName
{
color: #13CFC4;
}
.AnyTagClassName
{
color: #13CFC4;
}
</style>
background-color css
<style>
a { background-color: #13CFC4; }
a { background-color: rgb(19,207,196); }
div.DivClassName
{
background-color: #13CFC4;
}
.BgClassName
{
background-color: #13CFC4;
}
</style>
border-color css
<style>
span { border-color: #13CFC4; }
span { border-color: rgb(19,207,196); }
td.TdClassName
{
border-color: #13CFC4;
}
.TagClassName
{
border-color: #13CFC4;
}
</style>