#93F5FB

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

Shades of Electric Blue #93F5FB

Tints of Electric Blue #93F5FB

Color information

#93F5FB (or 0x93F5FB) is unknown color: approx Electric Blue. HEX triplet: 93, F5 and FB. RGB value is (147,245,251). Sum of RGB (Red+Green+Blue) = 147+245+251=643 (85% of max value = 765). Red value is 147 (57.81% from 255 or 22.86% from 643); Green value is 245 (96.09% from 255 or 38.10% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #93F5FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F5FB is #6C0A04. Grayscale: #D8D8D8. Windows color (decimal): -7080453 or 16512403. OLE color: 16512403.

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

Color convert

RGB147245251-
CMYK0.410.0200.02
HSL183.46º92.86%78.04%-
HSV(B)183.46º41.43%98.43%-
XYZ62.178.47103.14-
YUV216.38147.5378.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 22.86%
GREEN value IS 245 (96.09% from 255) = 38.10%
BLUE value IS 251 (98.44% from 255) = 39.04%
R=22.86%
G=38.10%
B=39.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472452510.410.0200.02183.4692.8678.04
Hex93F5FB29202b75d4e
Octal22336537351202267135116
Binary100100111111010111111011101001100101011011110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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