#7FE5FC

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

Shades of Electric Blue #7FE5FC

Tints of Electric Blue #7FE5FC

Color information

#7FE5FC (or 0x7FE5FC) is unknown color: approx Electric Blue. HEX triplet: 7F, E5 and FC. RGB value is (127,229,252). Sum of RGB (Red+Green+Blue) = 127+229+252=608 (80% of max value = 765). Red value is 127 (50% from 255 or 20.89% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #7FE5FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FE5FC is #801A03. Grayscale: #C8C8C8. Windows color (decimal): -8395268 or 16573823. OLE color: 16573823.

HSL color Cylindrical-coordinate representation of color #7FE5FC: hue angle of 191.04º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FE5FC is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB127229252-
CMYK0.500.0900.01
HSL191.04º95.42%74.31%-
HSV(B)191.04º49.6%98.82%-
XYZ54.3467.58102.28-
YUV201.12156.7175.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 20.89%
GREEN value IS 229 (89.84% from 255) = 37.66%
BLUE value IS 252 (98.83% from 255) = 41.45%
R=20.89%
G=37.66%
B=41.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1272292520.500.0900.01191.0495.4274.31
Hex7FE5FC32901bf5f4a
Octal177345374621101277137112
Binary111111111100101111111001100101001011011111110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FE5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,229,252); }

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

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

 a { background-color: rgb(127,229,252); }

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

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

 span { border-color: rgb(127,229,252); }

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