Html Css Color HEX #93FFED Electric Blue

📋 copy color: '#93FFED'

red 147 ◦ green 255 ◦ blue 237

#93FFED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #93FFED

Tints of Electric Blue #93FFED

RGB

 RED value IS 147 (57.81% from 255) = 23%

 GREEN value IS 255 (100% from 255) = 39.91%

 BLUE value IS 237 (92.97% from 255) = 37.09%

R = 23%
G = 39.91%
B = 37.09%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#93FFED (or 0x93FFED) is known color: Electric Blue. HEX triplet: 93, FF and ED. RGB value is (147,255,237). Sum of RGB (Red+Green+Blue) = 147+255+237=639 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.00% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #93FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FFED is #6C0012. Grayscale: #DCDCDC. Windows color (decimal): -7077907 or 15597459. OLE color: 15597459.

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

Color convert

RGB 147 255 237 -
CMYK 0.42 0 0.07 0
HSL 170º 1% 0.79% -
HSV(B) 170º 0.42% 1% -
XYZ 63.08 83.84 92.98 -
YUV 220.66 137.22 75.46 -
System Red Green Blue C M Y K H S L
Decimal 147 255 237 0.42 0 0.07 0 170 1 0.79
Hex 93 FF ED 2A 0 7 0 AA 64 4F
Octal 223 377 355 52 0 7 0 252 144 117
Binary 10010011 11111111 11101101 101010 0 111 0 10101010 1100100 1001111

Color Harmonies of #93FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FFED

Black with #93FFED

Text Example


Text Example

White with #93FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93FFED;
 }
 .AnyTagClassName
 {
   color: #93FFED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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