#75E9FD

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

Shades of Electric Blue #75E9FD

Tints of Electric Blue #75E9FD

Color information

#75E9FD (or 0x75E9FD) is unknown color: approx Electric Blue. HEX triplet: 75, E9 and FD. RGB value is (117,233,253). Sum of RGB (Red+Green+Blue) = 117+233+253=603 (79% of max value = 765). Red value is 117 (46.09% from 255 or 19.40% from 603); Green value is 233 (91.41% from 255 or 38.64% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #75E9FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75E9FD is #8A1602. Grayscale: #C8C8C8. Windows color (decimal): -9049603 or 16640373. OLE color: 16640373.

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

Color convert

RGB117233253-
CMYK0.540.0800.01
HSL188.82º97.14%72.55%-
HSV(B)188.82º53.75%99.22%-
XYZ54.269.15103.42-
YUV200.6157.5768.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.40%
GREEN value IS 233 (91.41% from 255) = 38.64%
BLUE value IS 253 (99.22% from 255) = 41.96%
R=19.40%
G=38.64%
B=41.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1172332530.540.0800.01188.8297.1472.55
Hex75E9FD36801bd6149
Octal165351375661001275141111
Binary111010111101001111111011101101000011011110111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,233,253); }

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

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

 a { background-color: rgb(117,233,253); }

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

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

 span { border-color: rgb(117,233,253); }

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