Html Css Color HEX #7AF8FA Electric Blue

📋 copy color: '#7AF8FA'

red 122 ◦ green 248 ◦ blue 250

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

Shades of Electric Blue #7AF8FA

Tints of Electric Blue #7AF8FA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40%

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

R = 19.68%
G = 40%
B = 40.32%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7AF8FA (or 0x7AF8FA) is known color: Electric Blue. HEX triplet: 7A, F8 and FA. RGB value is (122,248,250). Sum of RGB (Red+Green+Blue) = 122+248+250=620 (82% of max value = 765). Red value is 122 (48.05% from 255 or 19.68% from 620); Green value is 248 (97.27% from 255 or 40% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #7AF8FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF8FA is #850705. Grayscale: #D2D2D2. Windows color (decimal): -8718086 or 16447610. OLE color: 16447610.

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

Color convert

RGB 122 248 250 -
CMYK 0.51 0.01 0 0.02
HSL 180.94º 0.93% 0.73% -
HSV(B) 180.94º 0.51% 0.98% -
XYZ 58.85 78.17 102.43 -
YUV 210.55 150.26 64.84 -
System Red Green Blue C M Y K H S L
Decimal 122 248 250 0.51 0.01 0 0.02 180.94 0.93 0.73
Hex 7A F8 FA 33 1 0 2 B5 5D 49
Octal 172 370 372 63 1 0 2 265 135 111
Binary 1111010 11111000 11111010 110011 1 0 10 10110101 1011101 1001001

Color Harmonies of #7AF8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF8FA

Black with #7AF8FA

Text Example


Text Example

White with #7AF8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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