#93F5FF

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

Shades of Electric Blue #93F5FF

Tints of Electric Blue #93F5FF

Color information

#93F5FF (or 0x93F5FF) is unknown color: approx Electric Blue. HEX triplet: 93, F5 and FF. RGB value is (147,245,255). Sum of RGB (Red+Green+Blue) = 147+245+255=647 (85% of max value = 765). Red value is 147 (57.81% from 255 or 22.72% from 647); Green value is 245 (96.09% from 255 or 37.87% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #93F5FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F5FF is #6C0A00. Grayscale: #D8D8D8. Windows color (decimal): -7080449 or 16774547. OLE color: 16774547.

HSL color Cylindrical-coordinate representation of color #93F5FF: hue angle of 185.56º 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 #93F5FF is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB147245255-
CMYK0.420.0400
HSL185.56º100%78.82%-
HSV(B)185.56º42.35%100%-
XYZ62.7478.73106.5-
YUV216.84149.5378.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 22.72%
GREEN value IS 245 (96.09% from 255) = 37.87%
BLUE value IS 255 (100% from 255) = 39.41%
R=22.72%
G=37.87%
B=39.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1472452550.420.0400185.5610078.82
Hex93F5FF2A400ba644f
Octal22336537752400272144117
Binary100100111111010111111111101010100001011101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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