Shades of Electric Blue #7AFDEF
Tints of Electric Blue #7AFDEF
RGB
CMYK
RGB Variations
Color information
#7AFDEF (or 0x7AFDEF) is known color: Electric Blue. HEX triplet: 7A, FD and EF. RGB value is (122,253,239). Sum of RGB (Red+Green+Blue) = 122+253+239=614 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.87% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #7AFDEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFDEF is #850210. Grayscale: #D4D4D4. Windows color (decimal): -8716817 or 15727994. OLE color: 15727994.
HSL color Cylindrical-coordinate representation of color #7AFDEF: hue angle of 173.59º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFDEF is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 253 | 239 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.01 |
| HSL | 173.59º | 0.97% | 0.74% | - |
| HSV(B) | 173.59º | 0.52% | 0.99% | - |
| XYZ | 58.73 | 80.62 | 94.13 | - |
| YUV | 212.24 | 143.1 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 253 | 239 | 0.52 | 0 | 0.06 | 0.01 | 173.59 | 0.97 | 0.74 |
| Hex | 7A | FD | EF | 34 | 0 | 6 | 1 | AE | 61 | 4A |
| Octal | 172 | 375 | 357 | 64 | 0 | 6 | 1 | 256 | 141 | 112 |
| Binary | 1111010 | 11111101 | 11101111 | 110100 | 0 | 110 | 1 | 10101110 | 1100001 | 1001010 |
Color Harmonies of #7AFDEF
Complementary color
Monochromatic Colors of #7AFDEF
Black with #7AFDEF
Text Example
Text Example
White with #7AFDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFDEF; }
p { color: rgb(122,253,239); }
H1.HeaderClassName
{
color: #7AFDEF;
}
.AnyTagClassName
{
color: #7AFDEF;
}
</style>
background-color css
<style>
a { background-color: #7AFDEF; }
a { background-color: rgb(122,253,239); }
div.DivClassName
{
background-color: #7AFDEF;
}
.BgClassName
{
background-color: #7AFDEF;
}
</style>
border-color css
<style>
span { border-color: #7AFDEF; }
span { border-color: rgb(122,253,239); }
td.TdClassName
{
border-color: #7AFDEF;
}
.TagClassName
{
border-color: #7AFDEF;
}
</style>