#93F9F5

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

Shades of Electric Blue #93F9F5

Tints of Electric Blue #93F9F5

Color information

#93F9F5 (or 0x93F9F5) is unknown color: approx Electric Blue. HEX triplet: 93, F9 and F5. RGB value is (147,249,245). Sum of RGB (Red+Green+Blue) = 147+249+245=641 (84% of max value = 765). Red value is 147 (57.81% from 255 or 22.93% from 641); Green value is 249 (97.66% from 255 or 38.85% from 641); Blue value is 245 (96.09% from 255 or 38.22% from 641); Max value from RGB is 249 - color contains mainly: green. Hex color #93F9F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F9F5 is #6C060A. Grayscale: #D9D9D9. Windows color (decimal): -7079435 or 16120211. OLE color: 16120211.

HSL color Cylindrical-coordinate representation of color #93F9F5: hue angle of 177.65º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93F9F5 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB147249245-
CMYK0.4100.020.02
HSL177.65º89.47%77.65%-
HSV(B)177.65º40.96%97.65%-
XYZ62.3980.5598.65-
YUV218.05143.2177.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 22.93%
GREEN value IS 249 (97.66% from 255) = 38.85%
BLUE value IS 245 (96.09% from 255) = 38.22%
R=22.93%
G=38.85%
B=38.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472492450.4100.020.02177.6589.4777.65
Hex93F9F529022b2594e
Octal22337136551022262131116
Binary100100111111100111110101101001010101011001010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,249,245); }

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

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

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

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

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

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

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