#75F1EE

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

Shades of Electric Blue #75F1EE

Tints of Electric Blue #75F1EE

Color information

#75F1EE (or 0x75F1EE) is unknown color: approx Electric Blue. HEX triplet: 75, F1 and EE. RGB value is (117,241,238). Sum of RGB (Red+Green+Blue) = 117+241+238=596 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.63% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #75F1EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F1EE is #8A0E11. Grayscale: #CBCBCB. Windows color (decimal): -9047570 or 15659381. OLE color: 15659381.

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

Color convert

RGB117241238-
CMYK0.5100.010.05
HSL178.55º81.58%70.2%-
HSV(B)178.55º51.45%94.51%-
XYZ54.2272.8792.1-
YUV203.58147.4266.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.63%
GREEN value IS 241 (94.53% from 255) = 40.44%
BLUE value IS 238 (93.36% from 255) = 39.93%
R=19.63%
G=40.44%
B=39.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1172412380.5100.010.05178.5581.5870.2
Hex75F1EE33015b35246
Octal16536135663015263122106
Binary11101011111000111101110110011011011011001110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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