#7DFBFA

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

Shades of Electric Blue #7DFBFA

Tints of Electric Blue #7DFBFA

Color information

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

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

Color convert

RGB125251250-
CMYK0.5000.000.02
HSL179.52º94.03%73.73%-
HSV(B)179.52º50.2%98.43%-
XYZ60.2180.26102.76-
YUV213.21148.7665.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252512500.5000.000.02179.5294.0373.73
Hex7DFBFA32002b45e4a
Octal17537337262002264136112
Binary1111101111110111111101011001000101011010010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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