Shades of Robin's Egg Blue #07CFCC
Tints of Robin's Egg Blue #07CFCC
RGB
CMYK
RGB Variations
Color information
#07CFCC (or 0x07CFCC) is known color: Robin's Egg Blue. HEX triplet: 07, CF and CC. RGB value is (7,207,204). Sum of RGB (Red+Green+Blue) = 7+207+204=418 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.67% from 418); Green value is 207 (81.25% from 255 or 49.52% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 207 - color contains mainly: green. Hex color #07CFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CFCC is #F83033. Grayscale: #929292. Windows color (decimal): -16265268 or 13422343. OLE color: 13422343.
HSL color Cylindrical-coordinate representation of color #07CFCC: hue angle of 179.1º 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 #07CFCC is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 207 | 204 | - |
| CMYK | 0.97 | 0 | 0.01 | 0.19 |
| HSL | 179.1º | 0.93% | 0.42% | - |
| HSV(B) | 179.1º | 0.97% | 0.81% | - |
| XYZ | 33.3 | 49.03 | 64.84 | - |
| YUV | 146.86 | 160.24 | 28.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 207 | 204 | 0.97 | 0 | 0.01 | 0.19 | 179.1 | 0.93 | 0.42 |
| Hex | 7 | CF | CC | 61 | 0 | 1 | 13 | B3 | 5D | 2A |
| Octal | 7 | 317 | 314 | 141 | 0 | 1 | 23 | 263 | 135 | 52 |
| Binary | 111 | 11001111 | 11001100 | 1100001 | 0 | 1 | 10011 | 10110011 | 1011101 | 101010 |
Color Harmonies of #07CFCC
Complementary color
Monochromatic Colors of #07CFCC
Black with #07CFCC
Text Example
Text Example
White with #07CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CFCC; }
p { color: rgb(7,207,204); }
H1.HeaderClassName
{
color: #07CFCC;
}
.AnyTagClassName
{
color: #07CFCC;
}
</style>
background-color css
<style>
a { background-color: #07CFCC; }
a { background-color: rgb(7,207,204); }
div.DivClassName
{
background-color: #07CFCC;
}
.BgClassName
{
background-color: #07CFCC;
}
</style>
border-color css
<style>
span { border-color: #07CFCC; }
span { border-color: rgb(7,207,204); }
td.TdClassName
{
border-color: #07CFCC;
}
.TagClassName
{
border-color: #07CFCC;
}
</style>