#93FEF2

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

Shades of Electric Blue #93FEF2

Tints of Electric Blue #93FEF2

Color information

#93FEF2 (or 0x93FEF2) is unknown color: approx Electric Blue. HEX triplet: 93, FE and F2. RGB value is (147,254,242). Sum of RGB (Red+Green+Blue) = 147+254+242=643 (85% of max value = 765). Red value is 147 (57.81% from 255 or 22.86% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #93FEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FEF2 is #6C010D. Grayscale: #DCDCDC. Windows color (decimal): -7078158 or 15924883. OLE color: 15924883.

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

Color convert

RGB147254242-
CMYK0.4200.050.00
HSL173.27º98.17%78.63%-
HSV(B)173.27º42.13%99.61%-
XYZ63.583.596.77-
YUV220.64140.0575.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 22.86%
GREEN value IS 254 (99.61% from 255) = 39.50%
BLUE value IS 242 (94.92% from 255) = 37.64%
R=22.86%
G=39.50%
B=37.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1472542420.4200.050.00173.2798.1778.63
Hex93FEF22A050ad624f
Octal22337636252050255142117
Binary100100111111111011110010101010010101010110111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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