#7FE4F8

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

Shades of Electric Blue #7FE4F8

Tints of Electric Blue #7FE4F8

Color information

#7FE4F8 (or 0x7FE4F8) is unknown color: approx Electric Blue. HEX triplet: 7F, E4 and F8. RGB value is (127,228,248). Sum of RGB (Red+Green+Blue) = 127+228+248=603 (79% of max value = 765). Red value is 127 (50% from 255 or 21.06% from 603); Green value is 228 (89.45% from 255 or 37.81% from 603); Blue value is 248 (97.27% from 255 or 41.13% from 603); Max value from RGB is 248 - color contains mainly: blue. Hex color #7FE4F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FE4F8 is #801B07. Grayscale: #C7C7C7. Windows color (decimal): -8395528 or 16311423. OLE color: 16311423.

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

Color convert

RGB127228248-
CMYK0.490.0800.03
HSL189.92º89.63%73.53%-
HSV(B)189.92º48.79%97.25%-
XYZ53.4466.7898.88-
YUV200.08155.0475.87-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.06%
GREEN value IS 228 (89.45% from 255) = 37.81%
BLUE value IS 248 (97.27% from 255) = 41.13%
R=21.06%
G=37.81%
B=41.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1272282480.490.0800.03189.9289.6373.53
Hex7FE4F831803be5a4a
Octal177344370611003276132112
Binary1111111111001001111100011000110000111011111010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FE4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,228,248); }

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

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

 a { background-color: rgb(127,228,248); }

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

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

 span { border-color: rgb(127,228,248); }

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