#75F6FE

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

Shades of Electric Blue #75F6FE

Tints of Electric Blue #75F6FE

Color information

#75F6FE (or 0x75F6FE) is unknown color: approx Electric Blue. HEX triplet: 75, F6 and FE. RGB value is (117,246,254). Sum of RGB (Red+Green+Blue) = 117+246+254=617 (81% of max value = 765). Red value is 117 (46.09% from 255 or 18.96% from 617); Green value is 246 (96.48% from 255 or 39.87% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #75F6FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F6FE is #8A0901. Grayscale: #D0D0D0. Windows color (decimal): -9046274 or 16709237. OLE color: 16709237.

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

Color convert

RGB117246254-
CMYK0.540.0300.00
HSL183.5º98.56%72.75%-
HSV(B)183.5º53.94%99.61%-
XYZ58.1876.85105.53-
YUV208.34153.7662.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 18.96%
GREEN value IS 246 (96.48% from 255) = 39.87%
BLUE value IS 254 (99.61% from 255) = 41.17%
R=18.96%
G=39.87%
B=41.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1172462540.540.0300.00183.598.5672.75
Hex75F6FE36300b86349
Octal16536637666300270143111
Binary1110101111101101111111011011011001011100011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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