#75F0FB

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

Shades of Electric Blue #75F0FB

Tints of Electric Blue #75F0FB

Color information

#75F0FB (or 0x75F0FB) is unknown color: approx Electric Blue. HEX triplet: 75, F0 and FB. RGB value is (117,240,251). Sum of RGB (Red+Green+Blue) = 117+240+251=608 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.24% from 608); Green value is 240 (94.14% from 255 or 39.47% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #75F0FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F0FB is #8A0F04. Grayscale: #CCCCCC. Windows color (decimal): -9047813 or 16511093. OLE color: 16511093.

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

Color convert

RGB117240251-
CMYK0.530.0400.02
HSL184.93º94.37%72.16%-
HSV(B)184.93º53.39%98.43%-
XYZ55.9173.07102.42-
YUV204.48154.2565.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.24%
GREEN value IS 240 (94.14% from 255) = 39.47%
BLUE value IS 251 (98.44% from 255) = 41.28%
R=19.24%
G=39.47%
B=41.28%

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
Decimal1172402510.530.0400.02184.9394.3772.16
Hex75F0FB35402b95e48
Octal16536037365402271136110
Binary111010111110000111110111101011000101011100110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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