Html Css Color HEX #7EFBFA Electric Blue

📋 copy color: '#7EFBFA'

red 126 ◦ green 251 ◦ blue 250

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

Shades of Electric Blue #7EFBFA

Tints of Electric Blue #7EFBFA

RGB

 RED value IS 126 (49.61% from 255) = 20.1%

 GREEN value IS 251 (98.44% from 255) = 40.03%

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

R = 20.1%
G = 40.03%
B = 39.87%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#7EFBFA (or 0x7EFBFA) is known color: Electric Blue. HEX triplet: 7E, FB and FA. RGB value is (126,251,250). Sum of RGB (Red+Green+Blue) = 126+251+250=627 (83% of max value = 765). Red value is 126 (49.61% from 255 or 20.10% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #7EFBFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EFBFA is #810405. Grayscale: #D5D5D5. Windows color (decimal): -8455174 or 16448382. OLE color: 16448382.

HSL color Cylindrical-coordinate representation of color #7EFBFA: hue angle of 179.52º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFBFA is Cyan = 0.50, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 126 251 250 -
CMYK 0.50 0 0.00 0.02
HSL 179.52º 0.94% 0.74% -
HSV(B) 179.52º 0.5% 0.98% -
XYZ 60.36 80.33 102.77 -
YUV 213.51 148.59 65.58 -
System Red Green Blue C M Y K H S L
Decimal 126 251 250 0.50 0 0.00 0.02 179.52 0.94 0.74
Hex 7E FB FA 32 0 0 2 B4 5E 4A
Octal 176 373 372 62 0 0 2 264 136 112
Binary 1111110 11111011 11111010 110010 0 0 10 10110100 1011110 1001010

Color Harmonies of #7EFBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EFBFA

Black with #7EFBFA

Text Example


Text Example

White with #7EFBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,251,250); }

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

background-color css

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

 a { background-color: rgb(126,251,250); }

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

border-color css

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

 span { border-color: rgb(126,251,250); }

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