#7FF7FE

Color #7FF7FE Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #7FF7FE

Tints of Electric Blue #7FF7FE

Color information

#7FF7FE (or 0x7FF7FE) is unknown color: approx Electric Blue. HEX triplet: 7F, F7 and FE. RGB value is (127,247,254). Sum of RGB (Red+Green+Blue) = 127+247+254=628 (83% of max value = 765). Red value is 127 (50% from 255 or 20.22% from 628); Green value is 247 (96.88% from 255 or 39.33% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FF7FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FF7FE is #800801. Grayscale: #D3D3D3. Windows color (decimal): -8390658 or 16709503. OLE color: 16709503.

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

Color convert

RGB127247254-
CMYK0.500.0300.00
HSL183.31º98.45%74.71%-
HSV(B)183.31º50%99.61%-
XYZ59.978.19105.7-
YUV211.92151.7467.43-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 20.22%
GREEN value IS 247 (96.88% from 255) = 39.33%
BLUE value IS 254 (99.61% from 255) = 40.45%
R=20.22%
G=39.33%
B=40.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1272472540.500.0300.00183.3198.4574.71
Hex7FF7FE32300b7624b
Octal17736737662300267142113
Binary1111111111101111111111011001011001011011111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7FF7FE;
 }
 .AnyTagClassName
 {
   color: #7FF7FE;
 }
</style>
background-color css

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

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

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

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

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

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