Shades of Electric Blue #7AF8F9
Tints of Electric Blue #7AF8F9
RGB
CMYK
RGB Variations
Color information
#7AF8F9 (or 0x7AF8F9) is known color: Electric Blue. HEX triplet: 7A, F8 and F9. RGB value is (122,248,249). Sum of RGB (Red+Green+Blue) = 122+248+249=619 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.71% from 619); Green value is 248 (97.27% from 255 or 40.06% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 249 - color contains mainly: blue. Hex color #7AF8F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF8F9 is #850706. Grayscale: #D2D2D2. Windows color (decimal): -8718087 or 16382074. OLE color: 16382074.
HSL color Cylindrical-coordinate representation of color #7AF8F9: hue angle of 180.47º 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 #7AF8F9 is Cyan = 0.51, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 248 | 249 | - |
| CMYK | 0.51 | 0.00 | 0 | 0.02 |
| HSL | 180.47º | 0.91% | 0.73% | - |
| HSV(B) | 180.47º | 0.51% | 0.98% | - |
| XYZ | 58.69 | 78.11 | 101.61 | - |
| YUV | 210.44 | 149.76 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 248 | 249 | 0.51 | 0.00 | 0 | 0.02 | 180.47 | 0.91 | 0.73 |
| Hex | 7A | F8 | F9 | 33 | 0 | 0 | 2 | B4 | 5B | 49 |
| Octal | 172 | 370 | 371 | 63 | 0 | 0 | 2 | 264 | 133 | 111 |
| Binary | 1111010 | 11111000 | 11111001 | 110011 | 0 | 0 | 10 | 10110100 | 1011011 | 1001001 |
Color Harmonies of #7AF8F9
Complementary color
Monochromatic Colors of #7AF8F9
Black with #7AF8F9
Text Example
Text Example
White with #7AF8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF8F9; }
p { color: rgb(122,248,249); }
H1.HeaderClassName
{
color: #7AF8F9;
}
.AnyTagClassName
{
color: #7AF8F9;
}
</style>
background-color css
<style>
a { background-color: #7AF8F9; }
a { background-color: rgb(122,248,249); }
div.DivClassName
{
background-color: #7AF8F9;
}
.BgClassName
{
background-color: #7AF8F9;
}
</style>
border-color css
<style>
span { border-color: #7AF8F9; }
span { border-color: rgb(122,248,249); }
td.TdClassName
{
border-color: #7AF8F9;
}
.TagClassName
{
border-color: #7AF8F9;
}
</style>