#7FFDED

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

Shades of Electric Blue #7FFDED

Tints of Electric Blue #7FFDED

Color information

#7FFDED (or 0x7FFDED) is unknown color: approx Electric Blue. HEX triplet: 7F, FD and ED. RGB value is (127,253,237). Sum of RGB (Red+Green+Blue) = 127+253+237=617 (81% of max value = 765). Red value is 127 (50% from 255 or 20.58% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFDED is #800212. Grayscale: #D5D5D5. Windows color (decimal): -8389139 or 15596927. OLE color: 15596927.

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

Color convert

RGB127253237-
CMYK0.5000.060.01
HSL172.38º96.92%74.51%-
HSV(B)172.38º49.8%99.22%-
XYZ59.1680.8892.61-
YUV213.5141.2666.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 20.58%
GREEN value IS 253 (99.22% from 255) = 41.00%
BLUE value IS 237 (92.97% from 255) = 38.41%
R=20.58%
G=41.00%
B=38.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1272532370.5000.060.01172.3896.9274.51
Hex7FFDED32061ac614b
Octal17737535562061254141113
Binary11111111111110111101101110010011011010110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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