#7AF8FE

Color #7AF8FE Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #7AF8FE

Tints of Electric Blue #7AF8FE

Color information

#7AF8FE (or 0x7AF8FE) is unknown color: approx Electric Blue. HEX triplet: 7A, F8 and FE. RGB value is (122,248,254). Sum of RGB (Red+Green+Blue) = 122+248+254=624 (82% of max value = 765). Red value is 122 (48.05% from 255 or 19.55% from 624); Green value is 248 (97.27% from 255 or 39.74% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AF8FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF8FE is #850701. Grayscale: #D2D2D2. Windows color (decimal): -8718082 or 16709754. OLE color: 16709754.

HSL color Cylindrical-coordinate representation of color #7AF8FE: hue angle of 182.73º 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 #7AF8FE is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB122248254-
CMYK0.520.0200.00
HSL182.73º98.51%73.73%-
HSV(B)182.73º51.97%99.61%-
XYZ59.4878.43105.77-
YUV211.01152.2664.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 19.55%
GREEN value IS 248 (97.27% from 255) = 39.74%
BLUE value IS 254 (99.61% from 255) = 40.71%
R=19.55%
G=39.74%
B=40.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1222482540.520.0200.00182.7398.5173.73
Hex7AF8FE34200b7634a
Octal17237037664200267143112
Binary1111010111110001111111011010010001011011111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AF8FE; }

 p { color: rgb(122,248,254); }

 H1.HeaderClassName
 {
   color: #7AF8FE;
 }
 .AnyTagClassName
 {
   color: #7AF8FE;
 }
</style>
background-color css

<style>
 a { background-color: #7AF8FE; }

 a { background-color: rgb(122,248,254); }

 div.DivClassName
 {
   background-color: #7AF8FE;
 }
 .BgClassName
 {
   background-color: #7AF8FE;
 }
</style>
border-color css

<style>
 span { border-color: #7AF8FE; }

 span { border-color: rgb(122,248,254); }

 td.TdClassName
 {
   border-color: #7AF8FE;
 }
 .TagClassName
 {
   border-color: #7AF8FE;
 }
</style>