#93F9F7

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

Shades of Electric Blue #93F9F7

Tints of Electric Blue #93F9F7

Color information

#93F9F7 (or 0x93F9F7) is unknown color: approx Electric Blue. HEX triplet: 93, F9 and F7. RGB value is (147,249,247). Sum of RGB (Red+Green+Blue) = 147+249+247=643 (85% of max value = 765). Red value is 147 (57.81% from 255 or 22.86% from 643); Green value is 249 (97.66% from 255 or 38.72% from 643); Blue value is 247 (96.88% from 255 or 38.41% from 643); Max value from RGB is 249 - color contains mainly: green. Hex color #93F9F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F9F7 is #6C0608. Grayscale: #DADADA. Windows color (decimal): -7079433 or 16251283. OLE color: 16251283.

HSL color Cylindrical-coordinate representation of color #93F9F7: hue angle of 178.82º 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 #93F9F7 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB147249247-
CMYK0.4100.010.02
HSL178.82º89.47%77.65%-
HSV(B)178.82º40.96%97.65%-
XYZ62.780.67100.26-
YUV218.27144.2177.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 22.86%
GREEN value IS 249 (97.66% from 255) = 38.72%
BLUE value IS 247 (96.88% from 255) = 38.41%
R=22.86%
G=38.72%
B=38.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472492470.4100.010.02178.8289.4777.65
Hex93F9F729012b3594e
Octal22337136751012263131116
Binary10010011111110011111011110100101101011001110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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