#75E9F9

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

Shades of Electric Blue #75E9F9

Tints of Electric Blue #75E9F9

Color information

#75E9F9 (or 0x75E9F9) is unknown color: approx Electric Blue. HEX triplet: 75, E9 and F9. RGB value is (117,233,249). Sum of RGB (Red+Green+Blue) = 117+233+249=599 (79% of max value = 765). Red value is 117 (46.09% from 255 or 19.53% from 599); Green value is 233 (91.41% from 255 or 38.90% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #75E9F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75E9F9 is #8A1606. Grayscale: #C7C7C7. Windows color (decimal): -9049607 or 16378229. OLE color: 16378229.

HSL color Cylindrical-coordinate representation of color #75E9F9: hue angle of 187.27º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75E9F9 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117233249-
CMYK0.530.0600.02
HSL187.27º91.67%71.76%-
HSV(B)187.27º53.01%97.65%-
XYZ53.5768.9100.1-
YUV200.14155.5768.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.53%
GREEN value IS 233 (91.41% from 255) = 38.90%
BLUE value IS 249 (97.66% from 255) = 41.57%
R=19.53%
G=38.90%
B=41.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172332490.530.0600.02187.2791.6771.76
Hex75E9F935602bb5c48
Octal16535137165602273134110
Binary111010111101001111110011101011100101011101110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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