#75F0F9

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

Shades of Electric Blue #75F0F9

Tints of Electric Blue #75F0F9

Color information

#75F0F9 (or 0x75F0F9) is unknown color: approx Electric Blue. HEX triplet: 75, F0 and F9. RGB value is (117,240,249). Sum of RGB (Red+Green+Blue) = 117+240+249=606 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.31% from 606); Green value is 240 (94.14% from 255 or 39.60% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #75F0F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F0F9 is #8A0F06. Grayscale: #CCCCCC. Windows color (decimal): -9047815 or 16380021. OLE color: 16380021.

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

Color convert

RGB117240249-
CMYK0.530.0400.02
HSL184.09º91.67%71.76%-
HSV(B)184.09º53.01%97.65%-
XYZ55.672.94100.77-
YUV204.25153.2565.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.31%
GREEN value IS 240 (94.14% from 255) = 39.60%
BLUE value IS 249 (97.66% from 255) = 41.09%
R=19.31%
G=39.60%
B=41.09%

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
Decimal1172402490.530.0400.02184.0991.6771.76
Hex75F0F935402b85c48
Octal16536037165402270134110
Binary111010111110000111110011101011000101011100010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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