#93FBFC

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

Shades of Electric Blue #93FBFC

Tints of Electric Blue #93FBFC

Color information

#93FBFC (or 0x93FBFC) is unknown color: approx Electric Blue. HEX triplet: 93, FB and FC. RGB value is (147,251,252). Sum of RGB (Red+Green+Blue) = 147+251+252=650 (86% of max value = 765). Red value is 147 (57.81% from 255 or 22.62% from 650); Green value is 251 (98.44% from 255 or 38.62% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #93FBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FBFC is #6C0403. Grayscale: #DBDBDB. Windows color (decimal): -7078916 or 16579475. OLE color: 16579475.

HSL color Cylindrical-coordinate representation of color #93FBFC: hue angle of 180.57º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FBFC is Cyan = 0.42, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB147251252-
CMYK0.420.0000.01
HSL180.57º94.59%78.24%-
HSV(B)180.57º41.67%98.82%-
XYZ64.182.23104.59-
YUV220.02146.0475.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 22.62%
GREEN value IS 251 (98.44% from 255) = 38.62%
BLUE value IS 252 (98.83% from 255) = 38.77%
R=22.62%
G=38.62%
B=38.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1472512520.420.0000.01180.5794.5978.24
Hex93FBFC2A001b55f4e
Octal22337337452001265137116
Binary1001001111111011111111001010100011011010110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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