#7DEDFF

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

Shades of Electric Blue #7DEDFF

Tints of Electric Blue #7DEDFF

Color information

#7DEDFF (or 0x7DEDFF) is unknown color: approx Electric Blue. HEX triplet: 7D, ED and FF. RGB value is (125,237,255). Sum of RGB (Red+Green+Blue) = 125+237+255=617 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.26% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DEDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEDFF is #821200. Grayscale: #CDCDCD. Windows color (decimal): -8524289 or 16772477. OLE color: 16772477.

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

Color convert

RGB125237255-
CMYK0.510.0700
HSL188.31º100%74.51%-
HSV(B)188.31º50.98%100%-
XYZ56.7972.15105.54-
YUV205.56155.8970.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.26%
GREEN value IS 237 (92.97% from 255) = 38.41%
BLUE value IS 255 (100% from 255) = 41.33%
R=20.26%
G=38.41%
B=41.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1252372550.510.0700188.3110074.51
Hex7DEDFF33700bc644b
Octal17535537763700274144113
Binary11111011110110111111111110011111001011110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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