Shades of Robin's Egg Blue #10CFCA
Tints of Robin's Egg Blue #10CFCA
RGB
CMYK
RGB Variations
Color information
#10CFCA (or 0x10CFCA) is known color: Robin's Egg Blue. HEX triplet: 10, CF and CA. RGB value is (16,207,202). Sum of RGB (Red+Green+Blue) = 16+207+202=425 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.76% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #10CFCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CFCA is #EF3035. Grayscale: #959595. Windows color (decimal): -15675446 or 13291280. OLE color: 13291280.
HSL color Cylindrical-coordinate representation of color #10CFCA: hue angle of 178.43º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CFCA is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 207 | 202 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.19 |
| HSL | 178.43º | 0.86% | 0.44% | - |
| HSV(B) | 178.43º | 0.92% | 0.81% | - |
| XYZ | 33.19 | 49 | 63.59 | - |
| YUV | 149.32 | 157.72 | 32.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 207 | 202 | 0.92 | 0 | 0.02 | 0.19 | 178.43 | 0.86 | 0.44 |
| Hex | 10 | CF | CA | 5C | 0 | 2 | 13 | B2 | 56 | 2C |
| Octal | 20 | 317 | 312 | 134 | 0 | 2 | 23 | 262 | 126 | 54 |
| Binary | 10000 | 11001111 | 11001010 | 1011100 | 0 | 10 | 10011 | 10110010 | 1010110 | 101100 |
Color Harmonies of #10CFCA
Complementary color
Monochromatic Colors of #10CFCA
Black with #10CFCA
Text Example
Text Example
White with #10CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CFCA; }
p { color: rgb(16,207,202); }
H1.HeaderClassName
{
color: #10CFCA;
}
.AnyTagClassName
{
color: #10CFCA;
}
</style>
background-color css
<style>
a { background-color: #10CFCA; }
a { background-color: rgb(16,207,202); }
div.DivClassName
{
background-color: #10CFCA;
}
.BgClassName
{
background-color: #10CFCA;
}
</style>
border-color css
<style>
span { border-color: #10CFCA; }
span { border-color: rgb(16,207,202); }
td.TdClassName
{
border-color: #10CFCA;
}
.TagClassName
{
border-color: #10CFCA;
}
</style>