#93F7EE

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

Shades of Electric Blue #93F7EE

Tints of Electric Blue #93F7EE

Color information

#93F7EE (or 0x93F7EE) is unknown color: approx Electric Blue. HEX triplet: 93, F7 and EE. RGB value is (147,247,238). Sum of RGB (Red+Green+Blue) = 147+247+238=632 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.26% from 632); Green value is 247 (96.88% from 255 or 39.08% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 247 - color contains mainly: green. Hex color #93F7EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F7EE is #6C0811. Grayscale: #D8D8D8. Windows color (decimal): -7079954 or 15660947. OLE color: 15660947.

HSL color Cylindrical-coordinate representation of color #93F7EE: hue angle of 174.6º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F7EE is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB147247238-
CMYK0.4000.040.03
HSL174.6º86.21%77.25%-
HSV(B)174.6º40.49%96.86%-
XYZ60.7378.992.92-
YUV216.07140.3778.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.26%
GREEN value IS 247 (96.88% from 255) = 39.08%
BLUE value IS 238 (93.36% from 255) = 37.66%
R=23.26%
G=39.08%
B=37.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1472472380.4000.040.03174.686.2177.25
Hex93F7EE28043af564d
Octal22336735650043257126115
Binary1001001111110111111011101010000100111010111110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,247,238); }

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

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

 a { background-color: rgb(147,247,238); }

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

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

 span { border-color: rgb(147,247,238); }

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