#7DFFFE

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

Shades of Electric Blue #7DFFFE

Tints of Electric Blue #7DFFFE

Color information

#7DFFFE (or 0x7DFFFE) is unknown color: approx Electric Blue. HEX triplet: 7D, FF and FE. RGB value is (125,255,254). Sum of RGB (Red+Green+Blue) = 125+255+254=634 (83% of max value = 765). Red value is 125 (49.22% from 255 or 19.72% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFFFE is #820001. Grayscale: #D7D7D7. Windows color (decimal): -8519682 or 16711549. OLE color: 16711549.

HSL color Cylindrical-coordinate representation of color #7DFFFE: hue angle of 179.54º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFFFE is Cyan = 0.51, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.

Color convert

RGB125255254-
CMYK0.5100.000
HSL179.54º100%74.51%-
HSV(B)179.54º50.98%100%-
XYZ62.1183.04106.52-
YUV216.02149.4363.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 19.72%
GREEN value IS 255 (100% from 255) = 40.22%
BLUE value IS 254 (99.61% from 255) = 40.06%
R=19.72%
G=40.22%
B=40.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1252552540.5100.000179.5410074.51
Hex7DFFFE33000b4644b
Octal17537737663000264144113
Binary111110111111111111111101100110001011010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,255,254); }

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

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

 a { background-color: rgb(125,255,254); }

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

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

 span { border-color: rgb(125,255,254); }

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