#75F2FE

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

Shades of Electric Blue #75F2FE

Tints of Electric Blue #75F2FE

Color information

#75F2FE (or 0x75F2FE) is unknown color: approx Electric Blue. HEX triplet: 75, F2 and FE. RGB value is (117,242,254). Sum of RGB (Red+Green+Blue) = 117+242+254=613 (81% of max value = 765). Red value is 117 (46.09% from 255 or 19.09% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #75F2FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F2FE is #8A0D01. Grayscale: #CDCDCD. Windows color (decimal): -9047298 or 16708213. OLE color: 16708213.

HSL color Cylindrical-coordinate representation of color #75F2FE: hue angle of 185.26º 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 #75F2FE is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB117242254-
CMYK0.540.0500.00
HSL185.26º98.56%72.75%-
HSV(B)185.26º53.94%99.61%-
XYZ56.9874.44105.13-
YUV205.99155.0964.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.09%
GREEN value IS 242 (94.92% from 255) = 39.48%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=19.09%
G=39.48%
B=41.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1172422540.540.0500.00185.2698.5672.75
Hex75F2FE36500b96349
Octal16536237666500271143111
Binary11101011111001011111110110110101001011100111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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