#75F1E7

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

Shades of Electric Blue #75F1E7

Tints of Electric Blue #75F1E7

Color information

#75F1E7 (or 0x75F1E7) is unknown color: approx Electric Blue. HEX triplet: 75, F1 and E7. RGB value is (117,241,231). Sum of RGB (Red+Green+Blue) = 117+241+231=589 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.86% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 231 (90.62% from 255 or 39.22% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #75F1E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F1E7 is #8A0E18. Grayscale: #CACACA. Windows color (decimal): -9047577 or 15200629. OLE color: 15200629.

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

Color convert

RGB117241231-
CMYK0.5100.040.05
HSL175.16º81.58%70.2%-
HSV(B)175.16º51.45%94.51%-
XYZ53.2272.4686.78-
YUV202.78143.9266.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.86%
GREEN value IS 241 (94.53% from 255) = 40.92%
BLUE value IS 231 (90.62% from 255) = 39.22%
R=19.86%
G=40.92%
B=39.22%

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
Decimal1172412310.5100.040.05175.1681.5870.2
Hex75F1E733045af5246
Octal16536134763045257122106
Binary1110101111100011110011111001101001011010111110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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