#75F1E8

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

Shades of Electric Blue #75F1E8

Tints of Electric Blue #75F1E8

Color information

#75F1E8 (or 0x75F1E8) is unknown color: approx Electric Blue. HEX triplet: 75, F1 and E8. RGB value is (117,241,232). Sum of RGB (Red+Green+Blue) = 117+241+232=590 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.83% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 232 (91.02% from 255 or 39.32% from 590); Max value from RGB is 241 - color contains mainly: green. Hex color #75F1E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F1E8 is #8A0E17. Grayscale: #CACACA. Windows color (decimal): -9047576 or 15266165. OLE color: 15266165.

HSL color Cylindrical-coordinate representation of color #75F1E8: hue angle of 175.65º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75F1E8 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB117241232-
CMYK0.5100.040.05
HSL175.65º81.58%70.2%-
HSV(B)175.65º51.45%94.51%-
XYZ53.3672.5287.53-
YUV202.9144.4266.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.83%
GREEN value IS 241 (94.53% from 255) = 40.85%
BLUE value IS 232 (91.02% from 255) = 39.32%
R=19.83%
G=40.85%
B=39.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1172412320.5100.040.05175.6581.5870.2
Hex75F1E833045b05246
Octal16536135063045260122106
Binary1110101111100011110100011001101001011011000010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,241,232); }

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

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

 a { background-color: rgb(117,241,232); }

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

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

 span { border-color: rgb(117,241,232); }

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