#7DF4FC

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

Shades of Electric Blue #7DF4FC

Tints of Electric Blue #7DF4FC

Color information

#7DF4FC (or 0x7DF4FC) is unknown color: approx Electric Blue. HEX triplet: 7D, F4 and FC. RGB value is (125,244,252). Sum of RGB (Red+Green+Blue) = 125+244+252=621 (82% of max value = 765). Red value is 125 (49.22% from 255 or 20.13% from 621); Green value is 244 (95.70% from 255 or 39.29% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #7DF4FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF4FC is #820B03. Grayscale: #D1D1D1. Windows color (decimal): -8522500 or 16577661. OLE color: 16577661.

HSL color Cylindrical-coordinate representation of color #7DF4FC: hue angle of 183.78º 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 #7DF4FC is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB125244252-
CMYK0.500.0300.01
HSL183.78º95.49%73.92%-
HSV(B)183.78º50.4%98.82%-
XYZ58.3876.09103.71-
YUV209.33152.0867.85-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.13%
GREEN value IS 244 (95.70% from 255) = 39.29%
BLUE value IS 252 (98.83% from 255) = 40.58%
R=20.13%
G=39.29%
B=40.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252442520.500.0300.01183.7895.4973.92
Hex7DF4FC32301b85f4a
Octal17536437462301270137112
Binary1111101111101001111110011001011011011100010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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