Html Css Color HEX #7FFEFB Electric Blue

📋 copy color: '#7FFEFB'

red 127 ◦ green 254 ◦ blue 251

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

Shades of Electric Blue #7FFEFB

Tints of Electric Blue #7FFEFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.72%

R = 20.09%
G = 40.19%
B = 39.72%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#7FFEFB (or 0x7FFEFB) is known color: Electric Blue. HEX triplet: 7F, FE and FB. RGB value is (127,254,251). Sum of RGB (Red+Green+Blue) = 127+254+251=632 (83% of max value = 765). Red value is 127 (50% from 255 or 20.09% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #7FFEFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFEFB is #800104. Grayscale: #D7D7D7. Windows color (decimal): -8388869 or 16514687. OLE color: 16514687.

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

Color convert

RGB 127 254 251 -
CMYK 0.50 0 0.01 0.00
HSL 178.58º 0.98% 0.75% -
HSV(B) 178.58º 0.5% 1% -
XYZ 61.61 82.36 103.92 -
YUV 215.69 147.92 64.74 -
System Red Green Blue C M Y K H S L
Decimal 127 254 251 0.50 0 0.01 0.00 178.58 0.98 0.75
Hex 7F FE FB 32 0 1 0 B3 62 4B
Octal 177 376 373 62 0 1 0 263 142 113
Binary 1111111 11111110 11111011 110010 0 1 0 10110011 1100010 1001011

Color Harmonies of #7FFEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFEFB

Black with #7FFEFB

Text Example


Text Example

White with #7FFEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,254,251); }

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

background-color css

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

 a { background-color: rgb(127,254,251); }

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

border-color css

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

 span { border-color: rgb(127,254,251); }

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