#7DFAFB

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

Shades of Electric Blue #7DFAFB

Tints of Electric Blue #7DFAFB

Color information

#7DFAFB (or 0x7DFAFB) is unknown color: approx Electric Blue. HEX triplet: 7D, FA and FB. RGB value is (125,250,251). Sum of RGB (Red+Green+Blue) = 125+250+251=626 (82% of max value = 765). Red value is 125 (49.22% from 255 or 19.97% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #7DFAFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFAFB is #820504. Grayscale: #D4D4D4. Windows color (decimal): -8520965 or 16513661. OLE color: 16513661.

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

Color convert

RGB125250251-
CMYK0.500.0000.02
HSL180.48º94.03%73.73%-
HSV(B)180.48º50.2%98.43%-
XYZ60.0679.7103.48-
YUV212.74149.5965.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 19.97%
GREEN value IS 250 (98.05% from 255) = 39.94%
BLUE value IS 251 (98.44% from 255) = 40.10%
R=19.97%
G=39.94%
B=40.10%

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
Decimal1252502510.500.0000.02180.4894.0373.73
Hex7DFAFB32002b45e4a
Octal17537237362002264136112
Binary1111101111110101111101111001000101011010010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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