Html Css Color HEX #7FEAFE Electric Blue

📋 copy color: '#7FEAFE'

red 127 ◦ green 234 ◦ blue 254

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

Shades of Electric Blue #7FEAFE

Tints of Electric Blue #7FEAFE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.05%

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

R = 20.65%
G = 38.05%
B = 41.3%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7FEAFE (or 0x7FEAFE) is known color: Electric Blue. HEX triplet: 7F, EA and FE. RGB value is (127,234,254). Sum of RGB (Red+Green+Blue) = 127+234+254=615 (81% of max value = 765). Red value is 127 (50% from 255 or 20.65% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FEAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FEAFE is #801501. Grayscale: #CCCCCC. Windows color (decimal): -8393986 or 16706175. OLE color: 16706175.

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

Color convert

RGB 127 234 254 -
CMYK 0.50 0.08 0 0.00
HSL 189.45º 0.98% 0.75% -
HSV(B) 189.45º 0.5% 1% -
XYZ 56.06 70.51 104.42 -
YUV 204.29 156.05 72.87 -
System Red Green Blue C M Y K H S L
Decimal 127 234 254 0.50 0.08 0 0.00 189.45 0.98 0.75
Hex 7F EA FE 32 8 0 0 BD 62 4B
Octal 177 352 376 62 10 0 0 275 142 113
Binary 1111111 11101010 11111110 110010 1000 0 0 10111101 1100010 1001011

Color Harmonies of #7FEAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEAFE

Black with #7FEAFE

Text Example


Text Example

White with #7FEAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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