#7DF9FA

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

Shades of Electric Blue #7DF9FA

Tints of Electric Blue #7DF9FA

Color information

#7DF9FA (or 0x7DF9FA) is unknown color: approx Electric Blue. HEX triplet: 7D, F9 and FA. RGB value is (125,249,250). Sum of RGB (Red+Green+Blue) = 125+249+250=624 (82% of max value = 765). Red value is 125 (49.22% from 255 or 20.03% from 624); Green value is 249 (97.66% from 255 or 39.90% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DF9FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF9FA is #820605. Grayscale: #D3D3D3. Windows color (decimal): -8521222 or 16447869. OLE color: 16447869.

HSL color Cylindrical-coordinate representation of color #7DF9FA: hue angle of 180.48º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF9FA is Cyan = 0.50, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB125249250-
CMYK0.500.0000.02
HSL180.48º92.59%73.53%-
HSV(B)180.48º50%98.04%-
XYZ59.5979.01102.55-
YUV212.04149.4265.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.03%
GREEN value IS 249 (97.66% from 255) = 39.90%
BLUE value IS 250 (98.05% from 255) = 40.06%
R=20.03%
G=39.90%
B=40.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252492500.500.0000.02180.4892.5973.53
Hex7DF9FA32002b45d4a
Octal17537137262002264135112
Binary1111101111110011111101011001000101011010010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,249,250); }

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

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

 a { background-color: rgb(125,249,250); }

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

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

 span { border-color: rgb(125,249,250); }

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