Shades of Electric Blue #7AF2EE
Tints of Electric Blue #7AF2EE
RGB
CMYK
RGB Variations
Color information
#7AF2EE (or 0x7AF2EE) is known color: Electric Blue. HEX triplet: 7A, F2 and EE. RGB value is (122,242,238). Sum of RGB (Red+Green+Blue) = 122+242+238=602 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.27% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF2EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF2EE is #850D11. Grayscale: #CDCDCD. Windows color (decimal): -8719634 or 15659642. OLE color: 15659642.
HSL color Cylindrical-coordinate representation of color #7AF2EE: hue angle of 178º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF2EE is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 242 | 238 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.05 |
| HSL | 178º | 0.82% | 0.71% | - |
| HSV(B) | 178º | 0.5% | 0.95% | - |
| XYZ | 55.21 | 73.81 | 92.23 | - |
| YUV | 205.66 | 146.24 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 242 | 238 | 0.50 | 0 | 0.02 | 0.05 | 178 | 0.82 | 0.71 |
| Hex | 7A | F2 | EE | 32 | 0 | 2 | 5 | B2 | 52 | 47 |
| Octal | 172 | 362 | 356 | 62 | 0 | 2 | 5 | 262 | 122 | 107 |
| Binary | 1111010 | 11110010 | 11101110 | 110010 | 0 | 10 | 101 | 10110010 | 1010010 | 1000111 |
Color Harmonies of #7AF2EE
Complementary color
Monochromatic Colors of #7AF2EE
Black with #7AF2EE
Text Example
Text Example
White with #7AF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF2EE; }
p { color: rgb(122,242,238); }
H1.HeaderClassName
{
color: #7AF2EE;
}
.AnyTagClassName
{
color: #7AF2EE;
}
</style>
background-color css
<style>
a { background-color: #7AF2EE; }
a { background-color: rgb(122,242,238); }
div.DivClassName
{
background-color: #7AF2EE;
}
.BgClassName
{
background-color: #7AF2EE;
}
</style>
border-color css
<style>
span { border-color: #7AF2EE; }
span { border-color: rgb(122,242,238); }
td.TdClassName
{
border-color: #7AF2EE;
}
.TagClassName
{
border-color: #7AF2EE;
}
</style>