#75F6FB

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

Shades of Electric Blue #75F6FB

Tints of Electric Blue #75F6FB

Color information

#75F6FB (or 0x75F6FB) is unknown color: approx Electric Blue. HEX triplet: 75, F6 and FB. RGB value is (117,246,251). Sum of RGB (Red+Green+Blue) = 117+246+251=614 (81% of max value = 765). Red value is 117 (46.09% from 255 or 19.06% from 614); Green value is 246 (96.48% from 255 or 40.07% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #75F6FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F6FB is #8A0904. Grayscale: #CFCFCF. Windows color (decimal): -9046277 or 16512629. OLE color: 16512629.

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

Color convert

RGB117246251-
CMYK0.530.0200.02
HSL182.24º94.37%72.16%-
HSV(B)182.24º53.39%98.43%-
XYZ57.776.66103.02-
YUV208152.2663.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.06%
GREEN value IS 246 (96.48% from 255) = 40.07%
BLUE value IS 251 (98.44% from 255) = 40.88%
R=19.06%
G=40.07%
B=40.88%

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
Decimal1172462510.530.0200.02182.2494.3772.16
Hex75F6FB35202b65e48
Octal16536637365202266136110
Binary11101011111011011111011110101100101011011010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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