Html Css Color HEX #7FFAFE Electric Blue

📋 copy color: '#7FFAFE'

red 127 ◦ green 250 ◦ blue 254

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

Shades of Electric Blue #7FFAFE

Tints of Electric Blue #7FFAFE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.62%

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

R = 20.13%
G = 39.62%
B = 40.25%

CMYK

 C value IS 0.50

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7FFAFE (or 0x7FFAFE) is known color: Electric Blue. HEX triplet: 7F, FA and FE. RGB value is (127,250,254). Sum of RGB (Red+Green+Blue) = 127+250+254=631 (83% of max value = 765). Red value is 127 (50% from 255 or 20.13% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FFAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFAFE is #800501. Grayscale: #D5D5D5. Windows color (decimal): -8389890 or 16710271. OLE color: 16710271.

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

Color convert

RGB 127 250 254 -
CMYK 0.50 0.02 0 0.00
HSL 181.89º 0.98% 0.75% -
HSV(B) 181.89º 0.5% 1% -
XYZ 60.83 80.04 106.01 -
YUV 213.68 150.75 66.17 -
System Red Green Blue C M Y K H S L
Decimal 127 250 254 0.50 0.02 0 0.00 181.89 0.98 0.75
Hex 7F FA FE 32 2 0 0 B6 62 4B
Octal 177 372 376 62 2 0 0 266 142 113
Binary 1111111 11111010 11111110 110010 10 0 0 10110110 1100010 1001011

Color Harmonies of #7FFAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFAFE

Black with #7FFAFE

Text Example


Text Example

White with #7FFAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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