#93FCF0

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

Shades of Electric Blue #93FCF0

Tints of Electric Blue #93FCF0

Color information

#93FCF0 (or 0x93FCF0) is unknown color: approx Electric Blue. HEX triplet: 93, FC and F0. RGB value is (147,252,240). Sum of RGB (Red+Green+Blue) = 147+252+240=639 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.00% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FCF0 is #6C030F. Grayscale: #DBDBDB. Windows color (decimal): -7078672 or 15793299. OLE color: 15793299.

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

Color convert

RGB147252240-
CMYK0.4200.050.01
HSL173.14º94.59%78.24%-
HSV(B)173.14º41.67%98.82%-
XYZ62.5782.1294.99-
YUV219.24139.7176.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.00%
GREEN value IS 252 (98.83% from 255) = 39.44%
BLUE value IS 240 (94.14% from 255) = 37.56%
R=23.00%
G=39.44%
B=37.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1472522400.4200.050.01173.1494.5978.24
Hex93FCF02A051ad5f4e
Octal22337436052051255137116
Binary100100111111110011110000101010010111010110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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