#7FFDF9

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

Shades of Electric Blue #7FFDF9

Tints of Electric Blue #7FFDF9

Color information

#7FFDF9 (or 0x7FFDF9) is unknown color: approx Electric Blue. HEX triplet: 7F, FD and F9. RGB value is (127,253,249). Sum of RGB (Red+Green+Blue) = 127+253+249=629 (83% of max value = 765). Red value is 127 (50% from 255 or 20.19% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFDF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFDF9 is #800206. Grayscale: #D6D6D6. Windows color (decimal): -8389127 or 16383359. OLE color: 16383359.

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

Color convert

RGB127253249-
CMYK0.5000.020.01
HSL178.1º96.92%74.51%-
HSV(B)178.1º49.8%99.22%-
XYZ60.9881.6102.16-
YUV214.87147.2665.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 20.19%
GREEN value IS 253 (99.22% from 255) = 40.22%
BLUE value IS 249 (97.66% from 255) = 39.59%
R=20.19%
G=40.22%
B=39.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1272532490.5000.020.01178.196.9274.51
Hex7FFDF932021b2614b
Octal17737537162021262141113
Binary1111111111111011111100111001001011011001011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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