#75EEFE

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

Shades of Electric Blue #75EEFE

Tints of Electric Blue #75EEFE

Color information

#75EEFE (or 0x75EEFE) is unknown color: approx Electric Blue. HEX triplet: 75, EE and FE. RGB value is (117,238,254). Sum of RGB (Red+Green+Blue) = 117+238+254=609 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.21% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #75EEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75EEFE is #8A1101. Grayscale: #CBCBCB. Windows color (decimal): -9048322 or 16707189. OLE color: 16707189.

HSL color Cylindrical-coordinate representation of color #75EEFE: hue angle of 187.01º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75EEFE is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB117238254-
CMYK0.540.0600.00
HSL187.01º98.56%72.75%-
HSV(B)187.01º53.94%99.61%-
XYZ55.872.09104.74-
YUV203.64156.4166.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.21%
GREEN value IS 238 (93.36% from 255) = 39.08%
BLUE value IS 254 (99.61% from 255) = 41.71%
R=19.21%
G=39.08%
B=41.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1172382540.540.0600.00187.0198.5672.75
Hex75EEFE36600bb6349
Octal16535637666600273143111
Binary11101011110111011111110110110110001011101111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,238,254); }

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

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

 a { background-color: rgb(117,238,254); }

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

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

 span { border-color: rgb(117,238,254); }

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