#7FEDE6

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

Shades of Electric Blue #7FEDE6

Tints of Electric Blue #7FEDE6

Color information

#7FEDE6 (or 0x7FEDE6) is unknown color: approx Electric Blue. HEX triplet: 7F, ED and E6. RGB value is (127,237,230). Sum of RGB (Red+Green+Blue) = 127+237+230=594 (78% of max value = 765). Red value is 127 (50% from 255 or 21.38% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 230 (90.23% from 255 or 38.72% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #7FEDE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FEDE6 is #801219. Grayscale: #CBCBCB. Windows color (decimal): -8393242 or 15134079. OLE color: 15134079.

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

Color convert

RGB127237230-
CMYK0.4600.030.07
HSL176.18º75.34%71.37%-
HSV(B)176.18º46.41%92.94%-
XYZ53.3270.7985.72-
YUV203.31143.0673.57-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.38%
GREEN value IS 237 (92.97% from 255) = 39.90%
BLUE value IS 230 (90.23% from 255) = 38.72%
R=21.38%
G=39.90%
B=38.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1272372300.4600.030.07176.1875.3471.37
Hex7FEDE62E037b04b47
Octal17735534656037260113107
Binary111111111101101111001101011100111111011000010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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