#93FEF9

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

Shades of Electric Blue #93FEF9

Tints of Electric Blue #93FEF9

Color information

#93FEF9 (or 0x93FEF9) is unknown color: approx Electric Blue. HEX triplet: 93, FE and F9. RGB value is (147,254,249). Sum of RGB (Red+Green+Blue) = 147+254+249=650 (86% of max value = 765). Red value is 147 (57.81% from 255 or 22.62% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 249 (97.66% from 255 or 38.31% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #93FEF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FEF9 is #6C0106. Grayscale: #DDDDDD. Windows color (decimal): -7078151 or 16383635. OLE color: 16383635.

HSL color Cylindrical-coordinate representation of color #93FEF9: hue angle of 177.2º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FEF9 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB147254249-
CMYK0.4200.020.00
HSL177.2º98.17%78.63%-
HSV(B)177.2º42.13%99.61%-
XYZ64.5783.93102.42-
YUV221.44143.5574.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 22.62%
GREEN value IS 254 (99.61% from 255) = 39.08%
BLUE value IS 249 (97.66% from 255) = 38.31%
R=22.62%
G=39.08%
B=38.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1472542490.4200.020.00177.298.1778.63
Hex93FEF92A020b1624f
Octal22337637152020261142117
Binary10010011111111101111100110101001001011000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,254,249); }

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

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

 a { background-color: rgb(147,254,249); }

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

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

 span { border-color: rgb(147,254,249); }

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