Shades of Robin's Egg Blue #07CFBD
Tints of Robin's Egg Blue #07CFBD
RGB
CMYK
RGB Variations
Color information
#07CFBD (or 0x07CFBD) is known color: Robin's Egg Blue. HEX triplet: 07, CF and BD. RGB value is (7,207,189). Sum of RGB (Red+Green+Blue) = 7+207+189=403 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.74% from 403); Green value is 207 (81.25% from 255 or 51.36% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 207 - color contains mainly: green. Hex color #07CFBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CFBD is #F83042. Grayscale: #919191. Windows color (decimal): -16265283 or 12439303. OLE color: 12439303.
HSL color Cylindrical-coordinate representation of color #07CFBD: hue angle of 174.6º 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 #07CFBD is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 207 | 189 | - |
| CMYK | 0.97 | 0 | 0.09 | 0.19 |
| HSL | 174.6º | 0.93% | 0.42% | - |
| HSV(B) | 174.6º | 0.97% | 0.81% | - |
| XYZ | 31.59 | 48.34 | 55.81 | - |
| YUV | 145.15 | 152.74 | 29.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 207 | 189 | 0.97 | 0 | 0.09 | 0.19 | 174.6 | 0.93 | 0.42 |
| Hex | 7 | CF | BD | 61 | 0 | 9 | 13 | AF | 5D | 2A |
| Octal | 7 | 317 | 275 | 141 | 0 | 11 | 23 | 257 | 135 | 52 |
| Binary | 111 | 11001111 | 10111101 | 1100001 | 0 | 1001 | 10011 | 10101111 | 1011101 | 101010 |
Color Harmonies of #07CFBD
Complementary color
Monochromatic Colors of #07CFBD
Black with #07CFBD
Text Example
Text Example
White with #07CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CFBD; }
p { color: rgb(7,207,189); }
H1.HeaderClassName
{
color: #07CFBD;
}
.AnyTagClassName
{
color: #07CFBD;
}
</style>
background-color css
<style>
a { background-color: #07CFBD; }
a { background-color: rgb(7,207,189); }
div.DivClassName
{
background-color: #07CFBD;
}
.BgClassName
{
background-color: #07CFBD;
}
</style>
border-color css
<style>
span { border-color: #07CFBD; }
span { border-color: rgb(7,207,189); }
td.TdClassName
{
border-color: #07CFBD;
}
.TagClassName
{
border-color: #07CFBD;
}
</style>