Html Css Color HEX #7AF0FA Electric Blue

📋 copy color: '#7AF0FA'

red 122 ◦ green 240 ◦ blue 250

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

Shades of Electric Blue #7AF0FA

Tints of Electric Blue #7AF0FA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.22%

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

R = 19.93%
G = 39.22%
B = 40.85%

CMYK

 C value IS 0.51

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7AF0FA (or 0x7AF0FA) is known color: Electric Blue. HEX triplet: 7A, F0 and FA. RGB value is (122,240,250). Sum of RGB (Red+Green+Blue) = 122+240+250=612 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.93% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #7AF0FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF0FA is #850F05. Grayscale: #CDCDCD. Windows color (decimal): -8720134 or 16445562. OLE color: 16445562.

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

Color convert

RGB 122 240 250 -
CMYK 0.51 0.04 0 0.02
HSL 184.69º 0.93% 0.73% -
HSV(B) 184.69º 0.51% 0.98% -
XYZ 56.44 73.36 101.63 -
YUV 205.86 152.91 68.19 -
System Red Green Blue C M Y K H S L
Decimal 122 240 250 0.51 0.04 0 0.02 184.69 0.93 0.73
Hex 7A F0 FA 33 4 0 2 B9 5D 49
Octal 172 360 372 63 4 0 2 271 135 111
Binary 1111010 11110000 11111010 110011 100 0 10 10111001 1011101 1001001

Color Harmonies of #7AF0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF0FA

Black with #7AF0FA

Text Example


Text Example

White with #7AF0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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