#7AFFFE

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

Shades of Electric Blue #7AFFFE

Tints of Electric Blue #7AFFFE

Color information

#7AFFFE (or 0x7AFFFE) is unknown color: approx Electric Blue. HEX triplet: 7A, FF and FE. RGB value is (122,255,254). Sum of RGB (Red+Green+Blue) = 122+255+254=631 (83% of max value = 765). Red value is 122 (48.05% from 255 or 19.33% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFFFE is #850001. Grayscale: #D6D6D6. Windows color (decimal): -8716290 or 16711546. OLE color: 16711546.

HSL color Cylindrical-coordinate representation of color #7AFFFE: hue angle of 179.55º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFFFE is Cyan = 0.52, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.

Color convert

RGB122255254-
CMYK0.5200.000
HSL179.55º100%73.92%-
HSV(B)179.55º52.16%100%-
XYZ61.6882.81106.5-
YUV215.12149.9461.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 19.33%
GREEN value IS 255 (100% from 255) = 40.41%
BLUE value IS 254 (99.61% from 255) = 40.25%
R=19.33%
G=40.41%
B=40.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1222552540.5200.000179.5510073.92
Hex7AFFFE34000b4644a
Octal17237737664000264144112
Binary111101011111111111111101101000001011010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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