#75FAFE

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

Shades of Electric Blue #75FAFE

Tints of Electric Blue #75FAFE

Color information

#75FAFE (or 0x75FAFE) is unknown color: approx Electric Blue. HEX triplet: 75, FA and FE. RGB value is (117,250,254). Sum of RGB (Red+Green+Blue) = 117+250+254=621 (82% of max value = 765). Red value is 117 (46.09% from 255 or 18.84% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #75FAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FAFE is #8A0501. Grayscale: #D2D2D2. Windows color (decimal): -9045250 or 16710261. OLE color: 16710261.

HSL color Cylindrical-coordinate representation of color #75FAFE: hue angle of 181.75º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FAFE is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB117250254-
CMYK0.540.0200.00
HSL181.75º98.56%72.75%-
HSV(B)181.75º53.94%99.61%-
XYZ59.4179.31105.94-
YUV210.69152.4461.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 18.84%
GREEN value IS 250 (98.05% from 255) = 40.26%
BLUE value IS 254 (99.61% from 255) = 40.90%
R=18.84%
G=40.26%
B=40.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1172502540.540.0200.00181.7598.5672.75
Hex75FAFE36200b66349
Octal16537237666200266143111
Binary1110101111110101111111011011010001011011011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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