#75f0eb

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

Shades of Electric Blue #75F0EB

Tints of Electric Blue #75F0EB

Color information

#75F0EB (or 0x75F0EB) is unknown color: approx Electric Blue. HEX triplet: 75, F0 and EB. RGB value is (117,240,235). Sum of RGB (Red+Green+Blue) = 117+240+235=592 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.76% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #75F0EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F0EB is #8A0F14. Grayscale: #CACACA. Windows color (decimal): -9047829 or 15462517. OLE color: 15462517.

HSL color Cylindrical-coordinate representation of color #75F0EB: hue angle of 177.56º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75F0EB is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB117240235-
CMYK0.5100.020.06
HSL177.56º80.39%70%-
HSV(B)177.56º51.25%94.12%-
XYZ53.4972.189.69-
YUV202.65146.2566.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.76%
GREEN value IS 240 (94.14% from 255) = 40.54%
BLUE value IS 235 (92.19% from 255) = 39.70%
R=19.76%
G=40.54%
B=39.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1172402350.5100.020.06177.5680.3970
Hex75F0EB33026b25046
Octal16536035363026262120106
Binary111010111110000111010111100110101101011001010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75f0eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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