#93FEF7

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

Shades of Electric Blue #93FEF7

Tints of Electric Blue #93FEF7

Color information

#93FEF7 (or 0x93FEF7) is unknown color: approx Electric Blue. HEX triplet: 93, FE and F7. RGB value is (147,254,247). Sum of RGB (Red+Green+Blue) = 147+254+247=648 (85% of max value = 765). Red value is 147 (57.81% from 255 or 22.69% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 247 (96.88% from 255 or 38.12% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #93FEF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FEF7 is #6C0108. Grayscale: #DDDDDD. Windows color (decimal): -7078153 or 16252563. OLE color: 16252563.

HSL color Cylindrical-coordinate representation of color #93FEF7: hue angle of 176.07º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FEF7 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB147254247-
CMYK0.4200.030.00
HSL176.07º98.17%78.63%-
HSV(B)176.07º42.13%99.61%-
XYZ64.2683.8100.78-
YUV221.21142.5575.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 22.69%
GREEN value IS 254 (99.61% from 255) = 39.20%
BLUE value IS 247 (96.88% from 255) = 38.12%
R=22.69%
G=39.20%
B=38.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1472542470.4200.030.00176.0798.1778.63
Hex93FEF72A030b0624f
Octal22337636752030260142117
Binary10010011111111101111011110101001101011000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93FEF7; }

 p { color: rgb(147,254,247); }

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

<style>
 a { background-color: #93FEF7; }

 a { background-color: rgb(147,254,247); }

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

<style>
 span { border-color: #93FEF7; }

 span { border-color: rgb(147,254,247); }

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