Html Css Color HEX #7EFEEB Electric Blue

📋 copy color: '#7EFEEB'

red 126 ◦ green 254 ◦ blue 235

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

Shades of Electric Blue #7EFEEB

Tints of Electric Blue #7EFEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.21%

R = 20.49%
G = 41.3%
B = 38.21%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#7EFEEB (or 0x7EFEEB) is known color: Electric Blue. HEX triplet: 7E, FE and EB. RGB value is (126,254,235). Sum of RGB (Red+Green+Blue) = 126+254+235=615 (81% of max value = 765). Red value is 126 (49.61% from 255 or 20.49% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #7EFEEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EFEEB is #810114. Grayscale: #D5D5D5. Windows color (decimal): -8454421 or 15466110. OLE color: 15466110.

HSL color Cylindrical-coordinate representation of color #7EFEEB: hue angle of 171.09º 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 #7EFEEB is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 126 254 235 -
CMYK 0.50 0 0.07 0.00
HSL 171.09º 0.98% 0.75% -
HSV(B) 171.09º 0.5% 1% -
XYZ 59.04 81.32 91.18 -
YUV 213.56 140.09 65.54 -
System Red Green Blue C M Y K H S L
Decimal 126 254 235 0.50 0 0.07 0.00 171.09 0.98 0.75
Hex 7E FE EB 32 0 7 0 AB 62 4B
Octal 176 376 353 62 0 7 0 253 142 113
Binary 1111110 11111110 11101011 110010 0 111 0 10101011 1100010 1001011

Color Harmonies of #7EFEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EFEEB

Black with #7EFEEB

Text Example


Text Example

White with #7EFEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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