#7DFAFA

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

Shades of Electric Blue #7DFAFA

Tints of Electric Blue #7DFAFA

Color information

#7DFAFA (or 0x7DFAFA) is unknown color: approx Electric Blue. HEX triplet: 7D, FA and FA. RGB value is (125,250,250). Sum of RGB (Red+Green+Blue) = 125+250+250=625 (82% of max value = 765). Red value is 125 (49.22% from 255 or 20% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #7DFAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFAFA is #820505. Grayscale: #D4D4D4. Windows color (decimal): -8520966 or 16448125. OLE color: 16448125.

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

Color convert

RGB125250250-
CMYK0.50000.02
HSL180º92.59%73.53%-
HSV(B)180º50%98.04%-
XYZ59.979.63102.66-
YUV212.62149.0965.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20%
GREEN value IS 250 (98.05% from 255) = 40%
BLUE value IS 250 (98.05% from 255) = 40%
R=20%
G=40%
B=40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252502500.50000.0218092.5973.53
Hex7DFAFA32002b45d4a
Octal17537237262002264135112
Binary1111101111110101111101011001000101011010010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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