#75F4FE

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

Shades of Electric Blue #75F4FE

Tints of Electric Blue #75F4FE

Color information

#75F4FE (or 0x75F4FE) is unknown color: approx Electric Blue. HEX triplet: 75, F4 and FE. RGB value is (117,244,254). Sum of RGB (Red+Green+Blue) = 117+244+254=615 (81% of max value = 765). Red value is 117 (46.09% from 255 or 19.02% from 615); Green value is 244 (95.70% from 255 or 39.67% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #75F4FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F4FE is #8A0B01. Grayscale: #CECECE. Windows color (decimal): -9046786 or 16708725. OLE color: 16708725.

HSL color Cylindrical-coordinate representation of color #75F4FE: hue angle of 184.38º 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 #75F4FE is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB117244254-
CMYK0.540.0400.00
HSL184.38º98.56%72.75%-
HSV(B)184.38º53.94%99.61%-
XYZ57.5875.64105.33-
YUV207.17154.4263.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.02%
GREEN value IS 244 (95.70% from 255) = 39.67%
BLUE value IS 254 (99.61% from 255) = 41.30%
R=19.02%
G=39.67%
B=41.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1172442540.540.0400.00184.3898.5672.75
Hex75F4FE36400b86349
Octal16536437666400270143111
Binary11101011111010011111110110110100001011100011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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