Shades of Electric Blue #7AF9F4
Tints of Electric Blue #7AF9F4
RGB
CMYK
RGB Variations
Color information
#7AF9F4 (or 0x7AF9F4) is known color: Electric Blue. HEX triplet: 7A, F9 and F4. RGB value is (122,249,244). Sum of RGB (Red+Green+Blue) = 122+249+244=615 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.84% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 244 (95.70% from 255 or 39.67% from 615); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF9F4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF9F4 is #85060B. Grayscale: #D2D2D2. Windows color (decimal): -8717836 or 16054650. OLE color: 16054650.
HSL color Cylindrical-coordinate representation of color #7AF9F4: hue angle of 177.64º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF9F4 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 249 | 244 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.02 |
| HSL | 177.64º | 0.91% | 0.73% | - |
| HSV(B) | 177.64º | 0.51% | 0.98% | - |
| XYZ | 58.23 | 78.42 | 97.66 | - |
| YUV | 210.46 | 146.92 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 249 | 244 | 0.51 | 0 | 0.02 | 0.02 | 177.64 | 0.91 | 0.73 |
| Hex | 7A | F9 | F4 | 33 | 0 | 2 | 2 | B2 | 5B | 49 |
| Octal | 172 | 371 | 364 | 63 | 0 | 2 | 2 | 262 | 133 | 111 |
| Binary | 1111010 | 11111001 | 11110100 | 110011 | 0 | 10 | 10 | 10110010 | 1011011 | 1001001 |
Color Harmonies of #7AF9F4
Complementary color
Monochromatic Colors of #7AF9F4
Black with #7AF9F4
Text Example
Text Example
White with #7AF9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF9F4; }
p { color: rgb(122,249,244); }
H1.HeaderClassName
{
color: #7AF9F4;
}
.AnyTagClassName
{
color: #7AF9F4;
}
</style>
background-color css
<style>
a { background-color: #7AF9F4; }
a { background-color: rgb(122,249,244); }
div.DivClassName
{
background-color: #7AF9F4;
}
.BgClassName
{
background-color: #7AF9F4;
}
</style>
border-color css
<style>
span { border-color: #7AF9F4; }
span { border-color: rgb(122,249,244); }
td.TdClassName
{
border-color: #7AF9F4;
}
.TagClassName
{
border-color: #7AF9F4;
}
</style>