Shades of Electric Blue #7AF9FE
Tints of Electric Blue #7AF9FE
RGB
CMYK
RGB Variations
Color information
#7AF9FE (or 0x7AF9FE) is known color: Electric Blue. HEX triplet: 7A, F9 and FE. RGB value is (122,249,254). Sum of RGB (Red+Green+Blue) = 122+249+254=625 (82% of max value = 765). Red value is 122 (48.05% from 255 or 19.52% from 625); Green value is 249 (97.66% from 255 or 39.84% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AF9FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF9FE is #850601. Grayscale: #D3D3D3. Windows color (decimal): -8717826 or 16710010. OLE color: 16710010.
HSL color Cylindrical-coordinate representation of color #7AF9FE: hue angle of 182.27º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AF9FE is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 249 | 254 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.00 |
| HSL | 182.27º | 0.99% | 0.74% | - |
| HSV(B) | 182.27º | 0.52% | 1% | - |
| XYZ | 59.79 | 79.04 | 105.87 | - |
| YUV | 211.6 | 151.92 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 249 | 254 | 0.52 | 0.02 | 0 | 0.00 | 182.27 | 0.99 | 0.74 |
| Hex | 7A | F9 | FE | 34 | 2 | 0 | 0 | B6 | 63 | 4A |
| Octal | 172 | 371 | 376 | 64 | 2 | 0 | 0 | 266 | 143 | 112 |
| Binary | 1111010 | 11111001 | 11111110 | 110100 | 10 | 0 | 0 | 10110110 | 1100011 | 1001010 |
Color Harmonies of #7AF9FE
Complementary color
Monochromatic Colors of #7AF9FE
Black with #7AF9FE
Text Example
Text Example
White with #7AF9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF9FE; }
p { color: rgb(122,249,254); }
H1.HeaderClassName
{
color: #7AF9FE;
}
.AnyTagClassName
{
color: #7AF9FE;
}
</style>
background-color css
<style>
a { background-color: #7AF9FE; }
a { background-color: rgb(122,249,254); }
div.DivClassName
{
background-color: #7AF9FE;
}
.BgClassName
{
background-color: #7AF9FE;
}
</style>
border-color css
<style>
span { border-color: #7AF9FE; }
span { border-color: rgb(122,249,254); }
td.TdClassName
{
border-color: #7AF9FE;
}
.TagClassName
{
border-color: #7AF9FE;
}
</style>