Shades of Robin's Egg Blue #07C1CE
Tints of Robin's Egg Blue #07C1CE
RGB
CMYK
RGB Variations
Color information
#07C1CE (or 0x07C1CE) is known color: Robin's Egg Blue. HEX triplet: 07, C1 and CE. RGB value is (7,193,206). Sum of RGB (Red+Green+Blue) = 7+193+206=406 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.72% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #07C1CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07C1CE is #F83E31. Grayscale: #8A8A8A. Windows color (decimal): -16268850 or 13549831. OLE color: 13549831.
HSL color Cylindrical-coordinate representation of color #07C1CE: hue angle of 183.92º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07C1CE is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 193 | 206 | - |
| CMYK | 0.97 | 0.06 | 0 | 0.19 |
| HSL | 183.92º | 0.93% | 0.42% | - |
| HSV(B) | 183.92º | 0.97% | 0.81% | - |
| XYZ | 30.3 | 42.64 | 65.03 | - |
| YUV | 138.87 | 165.88 | 33.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 193 | 206 | 0.97 | 0.06 | 0 | 0.19 | 183.92 | 0.93 | 0.42 |
| Hex | 7 | C1 | CE | 61 | 6 | 0 | 13 | B8 | 5D | 2A |
| Octal | 7 | 301 | 316 | 141 | 6 | 0 | 23 | 270 | 135 | 52 |
| Binary | 111 | 11000001 | 11001110 | 1100001 | 110 | 0 | 10011 | 10111000 | 1011101 | 101010 |
Color Harmonies of #07C1CE
Complementary color
Monochromatic Colors of #07C1CE
Black with #07C1CE
Text Example
Text Example
White with #07C1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C1CE; }
p { color: rgb(7,193,206); }
H1.HeaderClassName
{
color: #07C1CE;
}
.AnyTagClassName
{
color: #07C1CE;
}
</style>
background-color css
<style>
a { background-color: #07C1CE; }
a { background-color: rgb(7,193,206); }
div.DivClassName
{
background-color: #07C1CE;
}
.BgClassName
{
background-color: #07C1CE;
}
</style>
border-color css
<style>
span { border-color: #07C1CE; }
span { border-color: rgb(7,193,206); }
td.TdClassName
{
border-color: #07C1CE;
}
.TagClassName
{
border-color: #07C1CE;
}
</style>