Html Css Color HEX #7EFEFA Electric Blue

📋 copy color: '#7EFEFA'

red 126 ◦ green 254 ◦ blue 250

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

Shades of Electric Blue #7EFEFA

Tints of Electric Blue #7EFEFA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.32%

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

R = 20%
G = 40.32%
B = 39.68%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#7EFEFA (or 0x7EFEFA) is known color: Electric Blue. HEX triplet: 7E, FE and FA. RGB value is (126,254,250). Sum of RGB (Red+Green+Blue) = 126+254+250=630 (83% of max value = 765). Red value is 126 (49.61% from 255 or 20% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #7EFEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EFEFA is #810105. Grayscale: #D7D7D7. Windows color (decimal): -8454406 or 16449150. OLE color: 16449150.

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

Color convert

RGB 126 254 250 -
CMYK 0.50 0 0.02 0.00
HSL 178.13º 0.98% 0.75% -
HSV(B) 178.13º 0.5% 1% -
XYZ 61.3 82.22 103.08 -
YUV 215.27 147.59 64.33 -
System Red Green Blue C M Y K H S L
Decimal 126 254 250 0.50 0 0.02 0.00 178.13 0.98 0.75
Hex 7E FE FA 32 0 2 0 B2 62 4B
Octal 176 376 372 62 0 2 0 262 142 113
Binary 1111110 11111110 11111010 110010 0 10 0 10110010 1100010 1001011

Color Harmonies of #7EFEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EFEFA

Black with #7EFEFA

Text Example


Text Example

White with #7EFEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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