#7DE2FC

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

Shades of Electric Blue #7DE2FC

Tints of Electric Blue #7DE2FC

Color information

#7DE2FC (or 0x7DE2FC) is unknown color: approx Electric Blue. HEX triplet: 7D, E2 and FC. RGB value is (125,226,252). Sum of RGB (Red+Green+Blue) = 125+226+252=603 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.73% from 603); Green value is 226 (88.67% from 255 or 37.48% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #7DE2FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE2FC is #821D03. Grayscale: #C6C6C6. Windows color (decimal): -8527108 or 16573053. OLE color: 16573053.

HSL color Cylindrical-coordinate representation of color #7DE2FC: hue angle of 192.28º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DE2FC is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB125226252-
CMYK0.500.1000.01
HSL192.28º95.49%73.92%-
HSV(B)192.28º50.4%98.82%-
XYZ53.2265.78101.99-
YUV198.76158.0475.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.73%
GREEN value IS 226 (88.67% from 255) = 37.48%
BLUE value IS 252 (98.83% from 255) = 41.79%
R=20.73%
G=37.48%
B=41.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252262520.500.1000.01192.2895.4973.92
Hex7DE2FC32A01c05f4a
Octal175342374621201300137112
Binary111110111100010111111001100101010011100000010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,226,252); }

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

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

 a { background-color: rgb(125,226,252); }

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

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

 span { border-color: rgb(125,226,252); }

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