Html Css Color HEX #7FFEEC Electric Blue

📋 copy color: '#7FFEEC'

red 127 ◦ green 254 ◦ blue 236

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

Shades of Electric Blue #7FFEEC

Tints of Electric Blue #7FFEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.25%

R = 20.58%
G = 41.17%
B = 38.25%

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

#7FFEEC (or 0x7FFEEC) is known color: Electric Blue. HEX triplet: 7F, FE and EC. RGB value is (127,254,236). Sum of RGB (Red+Green+Blue) = 127+254+236=617 (81% of max value = 765). Red value is 127 (50% from 255 or 20.58% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #7FFEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFEEC is #800113. Grayscale: #D5D5D5. Windows color (decimal): -8388884 or 15531647. OLE color: 15531647.

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

Color convert

RGB 127 254 236 -
CMYK 0.50 0 0.07 0.00
HSL 171.5º 0.98% 0.75% -
HSV(B) 171.5º 0.5% 1% -
XYZ 59.33 81.45 91.95 -
YUV 213.98 140.42 65.96 -
System Red Green Blue C M Y K H S L
Decimal 127 254 236 0.50 0 0.07 0.00 171.5 0.98 0.75
Hex 7F FE EC 32 0 7 0 AB 62 4B
Octal 177 376 354 62 0 7 0 253 142 113
Binary 1111111 11111110 11101100 110010 0 111 0 10101011 1100010 1001011

Color Harmonies of #7FFEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFEEC

Black with #7FFEEC

Text Example


Text Example

White with #7FFEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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