#75F1FA

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

Shades of Electric Blue #75F1FA

Tints of Electric Blue #75F1FA

Color information

#75F1FA (or 0x75F1FA) is unknown color: approx Electric Blue. HEX triplet: 75, F1 and FA. RGB value is (117,241,250). Sum of RGB (Red+Green+Blue) = 117+241+250=608 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.24% from 608); Green value is 241 (94.53% from 255 or 39.64% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #75F1FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F1FA is #8A0E05. Grayscale: #CCCCCC. Windows color (decimal): -9047558 or 16445813. OLE color: 16445813.

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

Color convert

RGB117241250-
CMYK0.530.0400.02
HSL184.06º93.01%71.96%-
HSV(B)184.06º53.2%98.04%-
XYZ56.0573.59101.69-
YUV204.95153.4265.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.24%
GREEN value IS 241 (94.53% from 255) = 39.64%
BLUE value IS 250 (98.05% from 255) = 41.12%
R=19.24%
G=39.64%
B=41.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172412500.530.0400.02184.0693.0171.96
Hex75F1FA35402b85d48
Octal16536137265402270135110
Binary111010111110001111110101101011000101011100010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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