#75F8F9

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

Shades of Electric Blue #75F8F9

Tints of Electric Blue #75F8F9

Color information

#75F8F9 (or 0x75F8F9) is unknown color: approx Electric Blue. HEX triplet: 75, F8 and F9. RGB value is (117,248,249). Sum of RGB (Red+Green+Blue) = 117+248+249=614 (81% of max value = 765). Red value is 117 (46.09% from 255 or 19.06% from 614); Green value is 248 (97.27% from 255 or 40.39% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #75F8F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F8F9 is #8A0706. Grayscale: #D0D0D0. Windows color (decimal): -9045767 or 16382069. OLE color: 16382069.

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

Color convert

RGB117248249-
CMYK0.530.0000.02
HSL180.45º91.67%71.76%-
HSV(B)180.45º53.01%97.65%-
XYZ5877.76101.57-
YUV208.94150.662.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.06%
GREEN value IS 248 (97.27% from 255) = 40.39%
BLUE value IS 249 (97.66% from 255) = 40.55%
R=19.06%
G=40.39%
B=40.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172482490.530.0000.02180.4591.6771.76
Hex75F8F935002b45c48
Octal16537037165002264134110
Binary1110101111110001111100111010100101011010010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,248,249); }

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

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

 a { background-color: rgb(117,248,249); }

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

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

 span { border-color: rgb(117,248,249); }

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