Shades of Electric Blue #7AF8ED
Tints of Electric Blue #7AF8ED
RGB
CMYK
RGB Variations
Color information
#7AF8ED (or 0x7AF8ED) is known color: Electric Blue. HEX triplet: 7A, F8 and ED. RGB value is (122,248,237). Sum of RGB (Red+Green+Blue) = 122+248+237=607 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.10% from 607); Green value is 248 (97.27% from 255 or 40.86% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF8ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF8ED is #850712. Grayscale: #D0D0D0. Windows color (decimal): -8718099 or 15595642. OLE color: 15595642.
HSL color Cylindrical-coordinate representation of color #7AF8ED: hue angle of 174.76º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF8ED is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 248 | 237 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.03 |
| HSL | 174.76º | 0.9% | 0.73% | - |
| HSV(B) | 174.76º | 0.51% | 0.97% | - |
| XYZ | 56.88 | 77.39 | 92.06 | - |
| YUV | 209.07 | 143.76 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 248 | 237 | 0.51 | 0 | 0.04 | 0.03 | 174.76 | 0.9 | 0.73 |
| Hex | 7A | F8 | ED | 33 | 0 | 4 | 3 | AF | 5A | 49 |
| Octal | 172 | 370 | 355 | 63 | 0 | 4 | 3 | 257 | 132 | 111 |
| Binary | 1111010 | 11111000 | 11101101 | 110011 | 0 | 100 | 11 | 10101111 | 1011010 | 1001001 |
Color Harmonies of #7AF8ED
Complementary color
Monochromatic Colors of #7AF8ED
Black with #7AF8ED
Text Example
Text Example
White with #7AF8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF8ED; }
p { color: rgb(122,248,237); }
H1.HeaderClassName
{
color: #7AF8ED;
}
.AnyTagClassName
{
color: #7AF8ED;
}
</style>
background-color css
<style>
a { background-color: #7AF8ED; }
a { background-color: rgb(122,248,237); }
div.DivClassName
{
background-color: #7AF8ED;
}
.BgClassName
{
background-color: #7AF8ED;
}
</style>
border-color css
<style>
span { border-color: #7AF8ED; }
span { border-color: rgb(122,248,237); }
td.TdClassName
{
border-color: #7AF8ED;
}
.TagClassName
{
border-color: #7AF8ED;
}
</style>