#93F7F7

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

Shades of Electric Blue #93F7F7

Tints of Electric Blue #93F7F7

Color information

#93F7F7 (or 0x93F7F7) is unknown color: approx Electric Blue. HEX triplet: 93, F7 and F7. RGB value is (147,247,247). Sum of RGB (Red+Green+Blue) = 147+247+247=641 (84% of max value = 765). Red value is 147 (57.81% from 255 or 22.93% from 641); Green value is 247 (96.88% from 255 or 38.53% from 641); Blue value is 247 (96.88% from 255 or 38.53% from 641); Max value from RGB is 247 - color contains mainly: green, blue. Hex color #93F7F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F7F7 is #6C0808. Grayscale: #D9D9D9. Windows color (decimal): -7079945 or 16250771. OLE color: 16250771.

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

Color convert

RGB147247247-
CMYK0.40000.03
HSL180º86.21%77.25%-
HSV(B)180º40.49%96.86%-
XYZ62.0879.44100.06-
YUV217.1144.8778-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 22.93%
GREEN value IS 247 (96.88% from 255) = 38.53%
BLUE value IS 247 (96.88% from 255) = 38.53%
R=22.93%
G=38.53%
B=38.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1472472470.40000.0318086.2177.25
Hex93F7F728003b4564d
Octal22336736750003264126115
Binary10010011111101111111011110100000111011010010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F7F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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