#7FFDEE

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

Shades of Electric Blue #7FFDEE

Tints of Electric Blue #7FFDEE

Color information

#7FFDEE (or 0x7FFDEE) is unknown color: approx Electric Blue. HEX triplet: 7F, FD and EE. RGB value is (127,253,238). Sum of RGB (Red+Green+Blue) = 127+253+238=618 (81% of max value = 765). Red value is 127 (50% from 255 or 20.55% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFDEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFDEE is #800211. Grayscale: #D5D5D5. Windows color (decimal): -8389138 or 15662463. OLE color: 15662463.

HSL color Cylindrical-coordinate representation of color #7FFDEE: hue angle of 172.86º 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 #7FFDEE is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB127253238-
CMYK0.5000.060.01
HSL172.86º96.92%74.51%-
HSV(B)172.86º49.8%99.22%-
XYZ59.3180.9493.39-
YUV213.62141.7666.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 20.55%
GREEN value IS 253 (99.22% from 255) = 40.94%
BLUE value IS 238 (93.36% from 255) = 38.51%
R=20.55%
G=40.94%
B=38.51%

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
Decimal1272532380.5000.060.01172.8696.9274.51
Hex7FFDEE32061ad614b
Octal17737535662061255141113
Binary11111111111110111101110110010011011010110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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