#93F2FA

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

Shades of Electric Blue #93F2FA

Tints of Electric Blue #93F2FA

Color information

#93F2FA (or 0x93F2FA) is unknown color: approx Electric Blue. HEX triplet: 93, F2 and FA. RGB value is (147,242,250). Sum of RGB (Red+Green+Blue) = 147+242+250=639 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.00% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #93F2FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F2FA is #6C0D05. Grayscale: #D6D6D6. Windows color (decimal): -7081222 or 16446099. OLE color: 16446099.

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

Color convert

RGB147242250-
CMYK0.410.0300.02
HSL184.66º91.15%77.84%-
HSV(B)184.66º41.2%98.04%-
XYZ61.0476.61102.01-
YUV214.51148.0379.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.00%
GREEN value IS 242 (94.92% from 255) = 37.87%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=23.00%
G=37.87%
B=39.12%

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
Decimal1472422500.410.0300.02184.6691.1577.84
Hex93F2FA29302b95b4e
Octal22336237251302271133116
Binary100100111111001011111010101001110101011100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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