#93FFF0

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

Shades of Electric Blue #93FFF0

Tints of Electric Blue #93FFF0

Color information

#93FFF0 (or 0x93FFF0) is unknown color: approx Electric Blue. HEX triplet: 93, FF and F0. RGB value is (147,255,240). Sum of RGB (Red+Green+Blue) = 147+255+240=642 (85% of max value = 765). Red value is 147 (57.81% from 255 or 22.90% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 240 (94.14% from 255 or 37.38% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #93FFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FFF0 is #6C000F. Grayscale: #DCDCDC. Windows color (decimal): -7077904 or 15794067. OLE color: 15794067.

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

Color convert

RGB147255240-
CMYK0.4200.060
HSL171.67º100%78.82%-
HSV(B)171.67º42.35%100%-
XYZ63.5284.0195.31-
YUV221138.7275.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 22.90%
GREEN value IS 255 (100% from 255) = 39.72%
BLUE value IS 240 (94.14% from 255) = 37.38%
R=22.90%
G=39.72%
B=37.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1472552400.4200.060171.6710078.82
Hex93FFF02A060ac644f
Octal22337736052060254144117
Binary100100111111111111110000101010011001010110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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