Html Css Color HEX #7FF2FA Electric Blue

📋 copy color: '#7FF2FA'

red 127 ◦ green 242 ◦ blue 250

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

Shades of Electric Blue #7FF2FA

Tints of Electric Blue #7FF2FA

RGB

 RED value IS 127 (50% from 255) = 20.52%

 GREEN value IS 242 (94.92% from 255) = 39.1%

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

R = 20.52%
G = 39.1%
B = 40.39%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7FF2FA (or 0x7FF2FA) is known color: Electric Blue. HEX triplet: 7F, F2 and FA. RGB value is (127,242,250). Sum of RGB (Red+Green+Blue) = 127+242+250=619 (81% of max value = 765). Red value is 127 (50% from 255 or 20.52% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #7FF2FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FF2FA is #800D05. Grayscale: #D0D0D0. Windows color (decimal): -8391942 or 16446079. OLE color: 16446079.

HSL color Cylindrical-coordinate representation of color #7FF2FA: hue angle of 183.9º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FF2FA is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 242 250 -
CMYK 0.49 0.03 0 0.02
HSL 183.9º 0.92% 0.74% -
HSV(B) 183.9º 0.49% 0.98% -
XYZ 57.76 74.92 101.86 -
YUV 208.53 151.4 69.85 -
System Red Green Blue C M Y K H S L
Decimal 127 242 250 0.49 0.03 0 0.02 183.9 0.92 0.74
Hex 7F F2 FA 31 3 0 2 B8 5C 4A
Octal 177 362 372 61 3 0 2 270 134 112
Binary 1111111 11110010 11111010 110001 11 0 10 10111000 1011100 1001010

Color Harmonies of #7FF2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF2FA

Black with #7FF2FA

Text Example


Text Example

White with #7FF2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,242,250); }

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

background-color css

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

 a { background-color: rgb(127,242,250); }

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

border-color css

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

 span { border-color: rgb(127,242,250); }

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