#93f2f9

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

Shades of Electric Blue #93F2F9

Tints of Electric Blue #93F2F9

Color information

#93F2F9 (or 0x93F2F9) is unknown color: approx Electric Blue. HEX triplet: 93, F2 and F9. RGB value is (147,242,249). Sum of RGB (Red+Green+Blue) = 147+242+249=638 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.04% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 249 (97.66% from 255 or 39.03% from 638); Max value from RGB is 249 - color contains mainly: blue. Hex color #93F2F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F2F9 is #6C0D06. Grayscale: #D6D6D6. Windows color (decimal): -7081223 or 16380563. OLE color: 16380563.

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

Color convert

RGB147242249-
CMYK0.410.0300.02
HSL184.12º89.47%77.65%-
HSV(B)184.12º40.96%97.65%-
XYZ60.8876.55101.19-
YUV214.39147.5379.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.04%
GREEN value IS 242 (94.92% from 255) = 37.93%
BLUE value IS 249 (97.66% from 255) = 39.03%
R=23.04%
G=37.93%
B=39.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472422490.410.0300.02184.1289.4777.65
Hex93F2F929302b8594e
Octal22336237151302270131116
Binary100100111111001011111001101001110101011100010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93f2f9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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