#75F2EC

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

Shades of Electric Blue #75F2EC

Tints of Electric Blue #75F2EC

Color information

#75F2EC (or 0x75F2EC) is unknown color: approx Electric Blue. HEX triplet: 75, F2 and EC. RGB value is (117,242,236). Sum of RGB (Red+Green+Blue) = 117+242+236=595 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.66% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #75F2EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F2EC is #8A0D13. Grayscale: #CBCBCB. Windows color (decimal): -9047316 or 15528565. OLE color: 15528565.

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

Color convert

RGB117242236-
CMYK0.5200.020.05
HSL177.12º82.78%70.39%-
HSV(B)177.12º51.65%94.9%-
XYZ54.2373.3490.66-
YUV203.94146.0965.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.66%
GREEN value IS 242 (94.92% from 255) = 40.67%
BLUE value IS 236 (92.58% from 255) = 39.66%
R=19.66%
G=40.67%
B=39.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1172422360.5200.020.05177.1282.7870.39
Hex75F2EC34025b15346
Octal16536235464025261123106
Binary111010111110010111011001101000101011011000110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,242,236); }

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

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

 a { background-color: rgb(117,242,236); }

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

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

 span { border-color: rgb(117,242,236); }

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