#75F5FC

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

Shades of Electric Blue #75F5FC

Tints of Electric Blue #75F5FC

Color information

#75F5FC (or 0x75F5FC) is unknown color: approx Electric Blue. HEX triplet: 75, F5 and FC. RGB value is (117,245,252). Sum of RGB (Red+Green+Blue) = 117+245+252=614 (81% of max value = 765). Red value is 117 (46.09% from 255 or 19.06% from 614); Green value is 245 (96.09% from 255 or 39.90% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #75F5FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F5FC is #8A0A03. Grayscale: #CFCFCF. Windows color (decimal): -9046532 or 16577909. OLE color: 16577909.

HSL color Cylindrical-coordinate representation of color #75F5FC: hue angle of 183.11º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75F5FC is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB117245252-
CMYK0.540.0300.01
HSL183.11º95.74%72.35%-
HSV(B)183.11º53.57%98.82%-
XYZ57.5676.11103.75-
YUV207.53153.0963.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.06%
GREEN value IS 245 (96.09% from 255) = 39.90%
BLUE value IS 252 (98.83% from 255) = 41.04%
R=19.06%
G=39.90%
B=41.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1172452520.540.0300.01183.1195.7472.35
Hex75F5FC36301b76048
Octal16536537466301267140110
Binary1110101111101011111110011011011011011011111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,245,252); }

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

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

 a { background-color: rgb(117,245,252); }

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

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

 span { border-color: rgb(117,245,252); }

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