#75E6FD

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

Shades of Electric Blue #75E6FD

Tints of Electric Blue #75E6FD

Color information

#75E6FD (or 0x75E6FD) is unknown color: approx Electric Blue. HEX triplet: 75, E6 and FD. RGB value is (117,230,253). Sum of RGB (Red+Green+Blue) = 117+230+253=600 (79% of max value = 765). Red value is 117 (46.09% from 255 or 19.5% from 600); Green value is 230 (90.23% from 255 or 38.33% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #75E6FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75E6FD is #8A1902. Grayscale: #C6C6C6. Windows color (decimal): -9050371 or 16639605. OLE color: 16639605.

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

Color convert

RGB117230253-
CMYK0.540.0900.01
HSL190.15º97.14%72.55%-
HSV(B)190.15º53.75%99.22%-
XYZ53.3667.47103.14-
YUV198.84158.5669.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.5%
GREEN value IS 230 (90.23% from 255) = 38.33%
BLUE value IS 253 (99.22% from 255) = 42.17%
R=19.5%
G=38.33%
B=42.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1172302530.540.0900.01190.1597.1472.55
Hex75E6FD36901be6149
Octal165346375661101276141111
Binary111010111100110111111011101101001011011111011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,230,253); }

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

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

 a { background-color: rgb(117,230,253); }

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

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

 span { border-color: rgb(117,230,253); }

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