#75F4FA

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

Shades of Electric Blue #75F4FA

Tints of Electric Blue #75F4FA

Color information

#75F4FA (or 0x75F4FA) is unknown color: approx Electric Blue. HEX triplet: 75, F4 and FA. RGB value is (117,244,250). Sum of RGB (Red+Green+Blue) = 117+244+250=611 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.15% from 611); Green value is 244 (95.70% from 255 or 39.93% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #75F4FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F4FA is #8A0B05. Grayscale: #CECECE. Windows color (decimal): -9046790 or 16446581. OLE color: 16446581.

HSL color Cylindrical-coordinate representation of color #75F4FA: hue angle of 182.71º degrees, saturation: 0.93, 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 #75F4FA is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117244250-
CMYK0.530.0200.02
HSL182.71º93.01%71.96%-
HSV(B)182.71º53.2%98.04%-
XYZ56.9475.39101.99-
YUV206.71152.4264.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.15%
GREEN value IS 244 (95.70% from 255) = 39.93%
BLUE value IS 250 (98.05% from 255) = 40.92%
R=19.15%
G=39.93%
B=40.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172442500.530.0200.02182.7193.0171.96
Hex75F4FA35202b75d48
Octal16536437265202267135110
Binary11101011111010011111010110101100101011011110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,244,250); }

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

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

 a { background-color: rgb(117,244,250); }

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

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

 span { border-color: rgb(117,244,250); }

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