Shades of Robin's Egg Blue #07C1CF
Tints of Robin's Egg Blue #07C1CF
RGB
CMYK
RGB Variations
Color information
#07C1CF (or 0x07C1CF) is known color: Robin's Egg Blue. HEX triplet: 07, C1 and CF. RGB value is (7,193,207). Sum of RGB (Red+Green+Blue) = 7+193+207=407 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.72% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #07C1CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07C1CF is #F83E30. Grayscale: #8A8A8A. Windows color (decimal): -16268849 or 13615367. OLE color: 13615367.
HSL color Cylindrical-coordinate representation of color #07C1CF: hue angle of 184.2º 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 #07C1CF is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 193 | 207 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.19 |
| HSL | 184.2º | 0.93% | 0.42% | - |
| HSV(B) | 184.2º | 0.97% | 0.81% | - |
| XYZ | 30.42 | 42.69 | 65.67 | - |
| YUV | 138.98 | 166.38 | 33.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 193 | 207 | 0.97 | 0.07 | 0 | 0.19 | 184.2 | 0.93 | 0.42 |
| Hex | 7 | C1 | CF | 61 | 7 | 0 | 13 | B8 | 5D | 2A |
| Octal | 7 | 301 | 317 | 141 | 7 | 0 | 23 | 270 | 135 | 52 |
| Binary | 111 | 11000001 | 11001111 | 1100001 | 111 | 0 | 10011 | 10111000 | 1011101 | 101010 |
Color Harmonies of #07C1CF
Complementary color
Monochromatic Colors of #07C1CF
Black with #07C1CF
Text Example
Text Example
White with #07C1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C1CF; }
p { color: rgb(7,193,207); }
H1.HeaderClassName
{
color: #07C1CF;
}
.AnyTagClassName
{
color: #07C1CF;
}
</style>
background-color css
<style>
a { background-color: #07C1CF; }
a { background-color: rgb(7,193,207); }
div.DivClassName
{
background-color: #07C1CF;
}
.BgClassName
{
background-color: #07C1CF;
}
</style>
border-color css
<style>
span { border-color: #07C1CF; }
span { border-color: rgb(7,193,207); }
td.TdClassName
{
border-color: #07C1CF;
}
.TagClassName
{
border-color: #07C1CF;
}
</style>