#75EDFA

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

Shades of Electric Blue #75EDFA

Tints of Electric Blue #75EDFA

Color information

#75EDFA (or 0x75EDFA) is unknown color: approx Electric Blue. HEX triplet: 75, ED and FA. RGB value is (117,237,250). Sum of RGB (Red+Green+Blue) = 117+237+250=604 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.37% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #75EDFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75EDFA is #8A1205. Grayscale: #CACACA. Windows color (decimal): -9048582 or 16444789. OLE color: 16444789.

HSL color Cylindrical-coordinate representation of color #75EDFA: hue angle of 185.86º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75EDFA is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117237250-
CMYK0.530.0500.02
HSL185.86º93.01%71.96%-
HSV(B)185.86º53.2%98.04%-
XYZ54.8871.25101.3-
YUV202.6154.7466.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.37%
GREEN value IS 237 (92.97% from 255) = 39.24%
BLUE value IS 250 (98.05% from 255) = 41.39%
R=19.37%
G=39.24%
B=41.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172372500.530.0500.02185.8693.0171.96
Hex75EDFA35502ba5d48
Octal16535537265502272135110
Binary111010111101101111110101101011010101011101010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75EDFA; }

 p { color: rgb(117,237,250); }

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

<style>
 a { background-color: #75EDFA; }

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

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

<style>
 span { border-color: #75EDFA; }

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

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