Html Css Color HEX #7FEFF7 Electric Blue

📋 copy color: '#7FEFF7'

red 127 ◦ green 239 ◦ blue 247

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

Shades of Electric Blue #7FEFF7

Tints of Electric Blue #7FEFF7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.99%

 BLUE value IS 247 (96.88% from 255) = 40.29%

R = 20.72%
G = 38.99%
B = 40.29%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7FEFF7 (or 0x7FEFF7) is known color: Electric Blue. HEX triplet: 7F, EF and F7. RGB value is (127,239,247). Sum of RGB (Red+Green+Blue) = 127+239+247=613 (81% of max value = 765). Red value is 127 (50% from 255 or 20.72% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 247 (96.88% from 255 or 40.29% from 613); Max value from RGB is 247 - color contains mainly: blue. Hex color #7FEFF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FEFF7 is #801008. Grayscale: #CECECE. Windows color (decimal): -8392713 or 16248703. OLE color: 16248703.

HSL color Cylindrical-coordinate representation of color #7FEFF7: hue angle of 184º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FEFF7 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 127 239 247 -
CMYK 0.49 0.03 0 0.03
HSL 184º 0.88% 0.73% -
HSV(B) 184º 0.49% 0.97% -
XYZ 56.41 72.96 99.11 -
YUV 206.42 150.89 71.35 -
System Red Green Blue C M Y K H S L
Decimal 127 239 247 0.49 0.03 0 0.03 184 0.88 0.73
Hex 7F EF F7 31 3 0 3 B8 58 49
Octal 177 357 367 61 3 0 3 270 130 111
Binary 1111111 11101111 11110111 110001 11 0 11 10111000 1011000 1001001

Color Harmonies of #7FEFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEFF7

Black with #7FEFF7

Text Example


Text Example

White with #7FEFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,239,247); }

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

background-color css

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

 a { background-color: rgb(127,239,247); }

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

border-color css

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

 span { border-color: rgb(127,239,247); }

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