#75F3FE

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

Shades of Electric Blue #75F3FE

Tints of Electric Blue #75F3FE

Color information

#75F3FE (or 0x75F3FE) is unknown color: approx Electric Blue. HEX triplet: 75, F3 and FE. RGB value is (117,243,254). Sum of RGB (Red+Green+Blue) = 117+243+254=614 (81% of max value = 765). Red value is 117 (46.09% from 255 or 19.06% from 614); Green value is 243 (95.31% from 255 or 39.58% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #75F3FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F3FE is #8A0C01. Grayscale: #CECECE. Windows color (decimal): -9047042 or 16708469. OLE color: 16708469.

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

Color convert

RGB117243254-
CMYK0.540.0400.00
HSL184.82º98.56%72.75%-
HSV(B)184.82º53.94%99.61%-
XYZ57.2875.04105.23-
YUV206.58154.7664.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.06%
GREEN value IS 243 (95.31% from 255) = 39.58%
BLUE value IS 254 (99.61% from 255) = 41.37%
R=19.06%
G=39.58%
B=41.37%

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
Decimal1172432540.540.0400.00184.8298.5672.75
Hex75F3FE36400b96349
Octal16536337666400271143111
Binary11101011111001111111110110110100001011100111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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