Html Css Color HEX #7FE6FE Electric Blue

📋 copy color: '#7FE6FE'

red 127 ◦ green 230 ◦ blue 254

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

Shades of Electric Blue #7FE6FE

Tints of Electric Blue #7FE6FE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.64%

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

R = 20.79%
G = 37.64%
B = 41.57%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7FE6FE (or 0x7FE6FE) is known color: Electric Blue. HEX triplet: 7F, E6 and FE. RGB value is (127,230,254). Sum of RGB (Red+Green+Blue) = 127+230+254=611 (80% of max value = 765). Red value is 127 (50% from 255 or 20.79% from 611); Green value is 230 (90.23% from 255 or 37.64% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FE6FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FE6FE is #801901. Grayscale: #C9C9C9. Windows color (decimal): -8395010 or 16705151. OLE color: 16705151.

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

Color convert

RGB 127 230 254 -
CMYK 0.50 0.09 0 0.00
HSL 191.34º 0.98% 0.75% -
HSV(B) 191.34º 0.5% 1% -
XYZ 54.94 68.26 104.05 -
YUV 201.94 157.38 74.55 -
System Red Green Blue C M Y K H S L
Decimal 127 230 254 0.50 0.09 0 0.00 191.34 0.98 0.75
Hex 7F E6 FE 32 9 0 0 BF 62 4B
Octal 177 346 376 62 11 0 0 277 142 113
Binary 1111111 11100110 11111110 110010 1001 0 0 10111111 1100010 1001011

Color Harmonies of #7FE6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE6FE

Black with #7FE6FE

Text Example


Text Example

White with #7FE6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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