#93F3FF

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

Shades of Electric Blue #93F3FF

Tints of Electric Blue #93F3FF

Color information

#93F3FF (or 0x93F3FF) is unknown color: approx Electric Blue. HEX triplet: 93, F3 and FF. RGB value is (147,243,255). Sum of RGB (Red+Green+Blue) = 147+243+255=645 (85% of max value = 765). Red value is 147 (57.81% from 255 or 22.79% from 645); Green value is 243 (95.31% from 255 or 37.67% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #93F3FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F3FF is #6C0C00. Grayscale: #D7D7D7. Windows color (decimal): -7080961 or 16774035. OLE color: 16774035.

HSL color Cylindrical-coordinate representation of color #93F3FF: hue angle of 186.67º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93F3FF is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB147243255-
CMYK0.420.0500
HSL186.67º100%78.82%-
HSV(B)186.67º42.35%100%-
XYZ62.1377.52106.3-
YUV215.66150.279.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 22.79%
GREEN value IS 243 (95.31% from 255) = 37.67%
BLUE value IS 255 (100% from 255) = 39.53%
R=22.79%
G=37.67%
B=39.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1472432550.420.0500186.6710078.82
Hex93F3FF2A500bb644f
Octal22336337752500273144117
Binary100100111111001111111111101010101001011101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,243,255); }

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

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

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

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

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

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

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