#7DFEFF

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

Shades of Electric Blue #7DFEFF

Tints of Electric Blue #7DFEFF

Color information

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

HSL color Cylindrical-coordinate representation of color #7DFEFF: hue angle of 180.46º 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 #7DFEFF is Cyan = 0.51, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB125254255-
CMYK0.510.0000
HSL180.46º100%74.51%-
HSV(B)180.46º50.98%100%-
XYZ61.9582.46107.26-
YUV215.54150.2663.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1252542550.510.0000180.4610074.51
Hex7DFEFF33000b4644b
Octal17537637763000264144113
Binary111110111111110111111111100110001011010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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