#93FEFF

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

Shades of Electric Blue #93FEFF

Tints of Electric Blue #93FEFF

Color information

#93FEFF (or 0x93FEFF) is unknown color: approx Electric Blue. HEX triplet: 93, FE and FF. RGB value is (147,254,255). Sum of RGB (Red+Green+Blue) = 147+254+255=656 (86% of max value = 765). Red value is 147 (57.81% from 255 or 22.41% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #93FEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FEFF is #6C0100. Grayscale: #DEDEDE. Windows color (decimal): -7078145 or 16776851. OLE color: 16776851.

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

Color convert

RGB147254255-
CMYK0.420.0000
HSL180.56º100%78.82%-
HSV(B)180.56º42.35%100%-
XYZ65.5284.31107.43-
YUV222.12146.5574.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 22.41%
GREEN value IS 254 (99.61% from 255) = 38.72%
BLUE value IS 255 (100% from 255) = 38.87%
R=22.41%
G=38.72%
B=38.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1472542550.420.0000180.5610078.82
Hex93FEFF2A000b5644f
Octal22337637752000265144117
Binary1001001111111110111111111010100001011010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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