#93F8F3

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

Shades of Electric Blue #93F8F3

Tints of Electric Blue #93F8F3

Color information

#93F8F3 (or 0x93F8F3) is unknown color: approx Electric Blue. HEX triplet: 93, F8 and F3. RGB value is (147,248,243). Sum of RGB (Red+Green+Blue) = 147+248+243=638 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.04% from 638); Green value is 248 (97.27% from 255 or 38.87% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 248 - color contains mainly: green. Hex color #93F8F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F8F3 is #6C070C. Grayscale: #D9D9D9. Windows color (decimal): -7079693 or 15988883. OLE color: 15988883.

HSL color Cylindrical-coordinate representation of color #93F8F3: hue angle of 177.03º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93F8F3 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB147248243-
CMYK0.4100.020.03
HSL177.03º87.83%77.45%-
HSV(B)177.03º40.73%97.25%-
XYZ61.7879.8196.94-
YUV217.23142.5477.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.04%
GREEN value IS 248 (97.27% from 255) = 38.87%
BLUE value IS 243 (95.31% from 255) = 38.09%
R=23.04%
G=38.87%
B=38.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1472482430.4100.020.03177.0387.8377.45
Hex93F8F329023b1584d
Octal22337036351023261130115
Binary100100111111100011110011101001010111011000110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,248,243); }

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

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

 a { background-color: rgb(147,248,243); }

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

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

 span { border-color: rgb(147,248,243); }

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