#75ECF2

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

Shades of Electric Blue #75ECF2

Tints of Electric Blue #75ECF2

Color information

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

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

Color convert

RGB117236242-
CMYK0.520.0200.05
HSL182.88º82.78%70.39%-
HSV(B)182.88º51.65%94.9%-
XYZ53.3670.1894.74-
YUV201.1151.0868.01-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1172362420.520.0200.05182.8882.7870.39
Hex75ECF234205b75346
Octal16535436264205267123106
Binary111010111101100111100101101001001011011011110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ECF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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