Shades of Electric Blue #7AF1F4
Tints of Electric Blue #7AF1F4
RGB
CMYK
RGB Variations
Color information
#7AF1F4 (or 0x7AF1F4) is known color: Electric Blue. HEX triplet: 7A, F1 and F4. RGB value is (122,241,244). Sum of RGB (Red+Green+Blue) = 122+241+244=607 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.10% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 244 (95.70% from 255 or 40.20% from 607); Max value from RGB is 244 - color contains mainly: blue. Hex color #7AF1F4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF1F4 is #850E0B. Grayscale: #CDCDCD. Windows color (decimal): -8719884 or 16052602. OLE color: 16052602.
HSL color Cylindrical-coordinate representation of color #7AF1F4: hue angle of 181.48º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF1F4 is Cyan = 0.5, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 241 | 244 | - |
| CMYK | 0.5 | 0.01 | 0 | 0.04 |
| HSL | 181.48º | 0.85% | 0.72% | - |
| HSV(B) | 181.48º | 0.5% | 0.96% | - |
| XYZ | 55.81 | 73.58 | 96.85 | - |
| YUV | 205.76 | 149.58 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 241 | 244 | 0.5 | 0.01 | 0 | 0.04 | 181.48 | 0.85 | 0.72 |
| Hex | 7A | F1 | F4 | 32 | 1 | 0 | 4 | B5 | 55 | 48 |
| Octal | 172 | 361 | 364 | 62 | 1 | 0 | 4 | 265 | 125 | 110 |
| Binary | 1111010 | 11110001 | 11110100 | 110010 | 1 | 0 | 100 | 10110101 | 1010101 | 1001000 |
Color Harmonies of #7AF1F4
Complementary color
Monochromatic Colors of #7AF1F4
Black with #7AF1F4
Text Example
Text Example
White with #7AF1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF1F4; }
p { color: rgb(122,241,244); }
H1.HeaderClassName
{
color: #7AF1F4;
}
.AnyTagClassName
{
color: #7AF1F4;
}
</style>
background-color css
<style>
a { background-color: #7AF1F4; }
a { background-color: rgb(122,241,244); }
div.DivClassName
{
background-color: #7AF1F4;
}
.BgClassName
{
background-color: #7AF1F4;
}
</style>
border-color css
<style>
span { border-color: #7AF1F4; }
span { border-color: rgb(122,241,244); }
td.TdClassName
{
border-color: #7AF1F4;
}
.TagClassName
{
border-color: #7AF1F4;
}
</style>