#93FCEF

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

Shades of Electric Blue #93FCEF

Tints of Electric Blue #93FCEF

Color information

#93FCEF (or 0x93FCEF) is unknown color: approx Electric Blue. HEX triplet: 93, FC and EF. RGB value is (147,252,239). Sum of RGB (Red+Green+Blue) = 147+252+239=638 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.04% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FCEF is #6C0310. Grayscale: #DBDBDB. Windows color (decimal): -7078673 or 15727763. OLE color: 15727763.

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

Color convert

RGB147252239-
CMYK0.4200.050.01
HSL172.57º94.59%78.24%-
HSV(B)172.57º41.67%98.82%-
XYZ62.4282.0694.21-
YUV219.12139.2176.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.04%
GREEN value IS 252 (98.83% from 255) = 39.50%
BLUE value IS 239 (93.75% from 255) = 37.46%
R=23.04%
G=39.50%
B=37.46%

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
Decimal1472522390.4200.050.01172.5794.5978.24
Hex93FCEF2A051ad5f4e
Octal22337435752051255137116
Binary100100111111110011101111101010010111010110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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