Html Css Color HEX #7FFFF1 Electric Blue

📋 copy color: '#7FFFF1'

red 127 ◦ green 255 ◦ blue 241

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

Shades of Electric Blue #7FFFF1

Tints of Electric Blue #7FFFF1

RGB

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

 GREEN value IS 255 (100% from 255) = 40.93%

 BLUE value IS 241 (94.53% from 255) = 38.68%

R = 20.39%
G = 40.93%
B = 38.68%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#7FFFF1 (or 0x7FFFF1) is known color: Electric Blue. HEX triplet: 7F, FF and F1. RGB value is (127,255,241). Sum of RGB (Red+Green+Blue) = 127+255+241=623 (82% of max value = 765). Red value is 127 (50% from 255 or 20.39% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFFF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFFF1 is #80000E. Grayscale: #D7D7D7. Windows color (decimal): -8388623 or 15859583. OLE color: 15859583.

HSL color Cylindrical-coordinate representation of color #7FFFF1: hue angle of 173.44º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFFF1 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 127 255 241 -
CMYK 0.50 0 0.05 0
HSL 173.44º 1% 0.75% -
HSV(B) 173.44º 0.5% 1% -
XYZ 60.39 82.38 95.94 -
YUV 215.13 142.59 65.14 -
System Red Green Blue C M Y K H S L
Decimal 127 255 241 0.50 0 0.05 0 173.44 1 0.75
Hex 7F FF F1 32 0 5 0 AD 64 4B
Octal 177 377 361 62 0 5 0 255 144 113
Binary 1111111 11111111 11110001 110010 0 101 0 10101101 1100100 1001011

Color Harmonies of #7FFFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFFF1

Black with #7FFFF1

Text Example


Text Example

White with #7FFFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,255,241); }

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

background-color css

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

 a { background-color: rgb(127,255,241); }

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

border-color css

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

 span { border-color: rgb(127,255,241); }

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