Html Css Color HEX #7AE8FA Electric Blue

📋 copy color: '#7AE8FA'

red 122 ◦ green 232 ◦ blue 250

#7AE8FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #7AE8FA

Tints of Electric Blue #7AE8FA

RGB

 RED value IS 122 (48.05% from 255) = 20.2%

 GREEN value IS 232 (91.02% from 255) = 38.41%

 BLUE value IS 250 (98.05% from 255) = 41.39%

R = 20.2%
G = 38.41%
B = 41.39%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7AE8FA (or 0x7AE8FA) is known color: Electric Blue. HEX triplet: 7A, E8 and FA. RGB value is (122,232,250). Sum of RGB (Red+Green+Blue) = 122+232+250=604 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.20% from 604); Green value is 232 (91.02% from 255 or 38.41% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #7AE8FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AE8FA is #851705. Grayscale: #C8C8C8. Windows color (decimal): -8722182 or 16443514. OLE color: 16443514.

HSL color Cylindrical-coordinate representation of color #7AE8FA: hue angle of 188.44º degrees, saturation: 0.93, 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 #7AE8FA is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 122 232 250 -
CMYK 0.51 0.07 0 0.02
HSL 188.44º 0.93% 0.73% -
HSV(B) 188.44º 0.51% 0.98% -
XYZ 54.14 68.75 100.86 -
YUV 201.16 155.56 71.54 -
System Red Green Blue C M Y K H S L
Decimal 122 232 250 0.51 0.07 0 0.02 188.44 0.93 0.73
Hex 7A E8 FA 33 7 0 2 BC 5D 49
Octal 172 350 372 63 7 0 2 274 135 111
Binary 1111010 11101000 11111010 110011 111 0 10 10111100 1011101 1001001

Color Harmonies of #7AE8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AE8FA

Black with #7AE8FA

Text Example


Text Example

White with #7AE8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,232,250); }

 H1.HeaderClassName
 {
   color: #7AE8FA;
 }
 .AnyTagClassName
 {
   color: #7AE8FA;
 }
</style>

background-color css

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

 a { background-color: rgb(122,232,250); }

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

border-color css

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

 span { border-color: rgb(122,232,250); }

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