#7DE5FE

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

Shades of Electric Blue #7DE5FE

Tints of Electric Blue #7DE5FE

Color information

#7DE5FE (or 0x7DE5FE) is unknown color: approx Electric Blue. HEX triplet: 7D, E5 and FE. RGB value is (125,229,254). Sum of RGB (Red+Green+Blue) = 125+229+254=608 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.56% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DE5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE5FE is #821A01. Grayscale: #C8C8C8. Windows color (decimal): -8526338 or 16704893. OLE color: 16704893.

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

Color convert

RGB125229254-
CMYK0.510.1000.00
HSL191.63º98.47%74.31%-
HSV(B)191.63º50.79%99.61%-
XYZ54.3767.55103.94-
YUV200.75158.0473.97-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.56%
GREEN value IS 229 (89.84% from 255) = 37.66%
BLUE value IS 254 (99.61% from 255) = 41.78%
R=20.56%
G=37.66%
B=41.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1252292540.510.1000.00191.6398.4774.31
Hex7DE5FE33A00c0624a
Octal175345376631200300142112
Binary111110111100101111111101100111010001100000011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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