#75ECFB

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

Shades of Electric Blue #75ECFB

Tints of Electric Blue #75ECFB

Color information

#75ECFB (or 0x75ECFB) is unknown color: approx Electric Blue. HEX triplet: 75, EC and FB. RGB value is (117,236,251). Sum of RGB (Red+Green+Blue) = 117+236+251=604 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.37% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #75ECFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75ECFB is #8A1304. Grayscale: #C9C9C9. Windows color (decimal): -9048837 or 16510069. OLE color: 16510069.

HSL color Cylindrical-coordinate representation of color #75ECFB: hue angle of 186.72º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75ECFB is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117236251-
CMYK0.530.0600.02
HSL186.72º94.37%72.16%-
HSV(B)186.72º53.39%98.43%-
XYZ54.7470.74102.04-
YUV202.13155.5867.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.37%
GREEN value IS 236 (92.58% from 255) = 39.07%
BLUE value IS 251 (98.44% from 255) = 41.56%
R=19.37%
G=39.07%
B=41.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172362510.530.0600.02186.7294.3772.16
Hex75ECFB35602bb5e48
Octal16535437365602273136110
Binary111010111101100111110111101011100101011101110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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