Html Css Color HEX #93FFEE Electric Blue

📋 copy color: '#93FFEE'

red 147 ◦ green 255 ◦ blue 238

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

Shades of Electric Blue #93FFEE

Tints of Electric Blue #93FFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.19%

R = 22.97%
G = 39.84%
B = 37.19%

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

#93FFEE (or 0x93FFEE) is known color: Electric Blue. HEX triplet: 93, FF and EE. RGB value is (147,255,238). Sum of RGB (Red+Green+Blue) = 147+255+238=640 (84% of max value = 765). Red value is 147 (57.81% from 255 or 22.97% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #93FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FFEE is #6C0011. Grayscale: #DCDCDC. Windows color (decimal): -7077906 or 15662995. OLE color: 15662995.

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

Color convert

RGB 147 255 238 -
CMYK 0.42 0 0.07 0
HSL 170.56º 1% 0.79% -
HSV(B) 170.56º 0.42% 1% -
XYZ 63.23 83.9 93.75 -
YUV 220.77 137.72 75.38 -
System Red Green Blue C M Y K H S L
Decimal 147 255 238 0.42 0 0.07 0 170.56 1 0.79
Hex 93 FF EE 2A 0 7 0 AB 64 4F
Octal 223 377 356 52 0 7 0 253 144 117
Binary 10010011 11111111 11101110 101010 0 111 0 10101011 1100100 1001111

Color Harmonies of #93FFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FFEE

Black with #93FFEE

Text Example


Text Example

White with #93FFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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