#75EDFE

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

Shades of Electric Blue #75EDFE

Tints of Electric Blue #75EDFE

Color information

#75EDFE (or 0x75EDFE) is unknown color: approx Electric Blue. HEX triplet: 75, ED and FE. RGB value is (117,237,254). Sum of RGB (Red+Green+Blue) = 117+237+254=608 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.24% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #75EDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75EDFE is #8A1201. Grayscale: #CACACA. Windows color (decimal): -9048578 or 16706933. OLE color: 16706933.

HSL color Cylindrical-coordinate representation of color #75EDFE: hue angle of 187.45º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75EDFE is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB117237254-
CMYK0.540.0700.00
HSL187.45º98.56%72.75%-
HSV(B)187.45º53.94%99.61%-
XYZ55.5171.51104.64-
YUV203.06156.7466.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.24%
GREEN value IS 237 (92.97% from 255) = 38.98%
BLUE value IS 254 (99.61% from 255) = 41.78%
R=19.24%
G=38.98%
B=41.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1172372540.540.0700.00187.4598.5672.75
Hex75EDFE36700bb6349
Octal16535537666700273143111
Binary11101011110110111111110110110111001011101111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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