#7FEAED

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

Shades of Electric Blue #7FEAED

Tints of Electric Blue #7FEAED

Color information

#7FEAED (or 0x7FEAED) is unknown color: approx Electric Blue. HEX triplet: 7F, EA and ED. RGB value is (127,234,237). Sum of RGB (Red+Green+Blue) = 127+234+237=598 (79% of max value = 765). Red value is 127 (50% from 255 or 21.24% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #7FEAED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FEAED is #801512. Grayscale: #CACACA. Windows color (decimal): -8394003 or 15592063. OLE color: 15592063.

HSL color Cylindrical-coordinate representation of color #7FEAED: hue angle of 181.64º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEAED is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB127234237-
CMYK0.460.0100.07
HSL181.64º75.34%71.37%-
HSV(B)181.64º46.41%92.94%-
XYZ53.4669.4790.71-
YUV202.35147.5574.26-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.24%
GREEN value IS 234 (91.80% from 255) = 39.13%
BLUE value IS 237 (92.97% from 255) = 39.63%
R=21.24%
G=39.13%
B=39.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1272342370.460.0100.07181.6475.3471.37
Hex7FEAED2E107b64b47
Octal17735235556107266113107
Binary11111111110101011101101101110101111011011010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,234,237); }

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

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

 a { background-color: rgb(127,234,237); }

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

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

 span { border-color: rgb(127,234,237); }

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