Html Css Color HEX #7FFEEB Electric Blue

📋 copy color: '#7FFEEB'

red 127 ◦ green 254 ◦ blue 235

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

Shades of Electric Blue #7FFEEB

Tints of Electric Blue #7FFEEB

RGB

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

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

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

R = 20.62%
G = 41.23%
B = 38.15%

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

#7FFEEB (or 0x7FFEEB) is known color: Electric Blue. HEX triplet: 7F, FE and EB. RGB value is (127,254,235). Sum of RGB (Red+Green+Blue) = 127+254+235=616 (81% of max value = 765). Red value is 127 (50% from 255 or 20.62% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #7FFEEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFEEB is #800114. Grayscale: #D5D5D5. Windows color (decimal): -8388885 or 15466111. OLE color: 15466111.

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

Color convert

RGB 127 254 235 -
CMYK 0.50 0 0.07 0.00
HSL 171.02º 0.98% 0.75% -
HSV(B) 171.02º 0.5% 1% -
XYZ 59.19 81.39 91.19 -
YUV 213.86 139.92 66.04 -
System Red Green Blue C M Y K H S L
Decimal 127 254 235 0.50 0 0.07 0.00 171.02 0.98 0.75
Hex 7F FE EB 32 0 7 0 AB 62 4B
Octal 177 376 353 62 0 7 0 253 142 113
Binary 1111111 11111110 11101011 110010 0 111 0 10101011 1100010 1001011

Color Harmonies of #7FFEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFEEB

Black with #7FFEEB

Text Example


Text Example

White with #7FFEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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