Shades of Electric Blue #7AF7F7
Tints of Electric Blue #7AF7F7
RGB
CMYK
RGB Variations
Color information
#7AF7F7 (or 0x7AF7F7) is known color: Electric Blue. HEX triplet: 7A, F7 and F7. RGB value is (122,247,247). Sum of RGB (Red+Green+Blue) = 122+247+247=616 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.81% from 616); Green value is 247 (96.88% from 255 or 40.10% from 616); Blue value is 247 (96.88% from 255 or 40.10% from 616); Max value from RGB is 247 - color contains mainly: green, blue. Hex color #7AF7F7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF7F7 is #850808. Grayscale: #D1D1D1. Windows color (decimal): -8718345 or 16250746. OLE color: 16250746.
HSL color Cylindrical-coordinate representation of color #7AF7F7: hue angle of 180º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF7F7 is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 247 | 247 | - |
| CMYK | 0.51 | 0 | 0 | 0.03 |
| HSL | 180º | 0.89% | 0.72% | - |
| HSV(B) | 180º | 0.51% | 0.97% | - |
| XYZ | 58.08 | 77.37 | 99.87 | - |
| YUV | 209.63 | 149.09 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 247 | 247 | 0.51 | 0 | 0 | 0.03 | 180 | 0.89 | 0.72 |
| Hex | 7A | F7 | F7 | 33 | 0 | 0 | 3 | B4 | 59 | 48 |
| Octal | 172 | 367 | 367 | 63 | 0 | 0 | 3 | 264 | 131 | 110 |
| Binary | 1111010 | 11110111 | 11110111 | 110011 | 0 | 0 | 11 | 10110100 | 1011001 | 1001000 |
Color Harmonies of #7AF7F7
Complementary color
Monochromatic Colors of #7AF7F7
Black with #7AF7F7
Text Example
Text Example
White with #7AF7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF7F7; }
p { color: rgb(122,247,247); }
H1.HeaderClassName
{
color: #7AF7F7;
}
.AnyTagClassName
{
color: #7AF7F7;
}
</style>
background-color css
<style>
a { background-color: #7AF7F7; }
a { background-color: rgb(122,247,247); }
div.DivClassName
{
background-color: #7AF7F7;
}
.BgClassName
{
background-color: #7AF7F7;
}
</style>
border-color css
<style>
span { border-color: #7AF7F7; }
span { border-color: rgb(122,247,247); }
td.TdClassName
{
border-color: #7AF7F7;
}
.TagClassName
{
border-color: #7AF7F7;
}
</style>