#7DFAF8

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

Shades of Electric Blue #7DFAF8

Tints of Electric Blue #7DFAF8

Color information

#7DFAF8 (or 0x7DFAF8) is unknown color: approx Electric Blue. HEX triplet: 7D, FA and F8. RGB value is (125,250,248). Sum of RGB (Red+Green+Blue) = 125+250+248=623 (82% of max value = 765). Red value is 125 (49.22% from 255 or 20.06% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 248 (97.27% from 255 or 39.81% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #7DFAF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFAF8 is #820507. Grayscale: #D4D4D4. Windows color (decimal): -8520968 or 16317053. OLE color: 16317053.

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

Color convert

RGB125250248-
CMYK0.5000.010.02
HSL179.04º92.59%73.53%-
HSV(B)179.04º50%98.04%-
XYZ59.5979.51101.01-
YUV212.4148.0965.66-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.06%
GREEN value IS 250 (98.05% from 255) = 40.13%
BLUE value IS 248 (97.27% from 255) = 39.81%
R=20.06%
G=40.13%
B=39.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252502480.5000.010.02179.0492.5973.53
Hex7DFAF832012b35d4a
Octal17537237062012263135112
Binary1111101111110101111100011001001101011001110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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