Html Css Color HEX #93FEF1 Electric Blue

📋 copy color: '#93FEF1'

red 147 ◦ green 254 ◦ blue 241

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

Shades of Electric Blue #93FEF1

Tints of Electric Blue #93FEF1

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.56%

 BLUE value IS 241 (94.53% from 255) = 37.54%

R = 22.9%
G = 39.56%
B = 37.54%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#93FEF1 (or 0x93FEF1) is known color: Electric Blue. HEX triplet: 93, FE and F1. RGB value is (147,254,241). Sum of RGB (Red+Green+Blue) = 147+254+241=642 (85% of max value = 765). Red value is 147 (57.81% from 255 or 22.90% from 642); Green value is 254 (99.61% from 255 or 39.56% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 254 - color contains mainly: green. Hex color #93FEF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FEF1 is #6C010E. Grayscale: #DCDCDC. Windows color (decimal): -7078159 or 15859347. OLE color: 15859347.

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

Color convert

RGB 147 254 241 -
CMYK 0.42 0 0.05 0.00
HSL 172.71º 0.98% 0.79% -
HSV(B) 172.71º 0.42% 1% -
XYZ 63.35 83.44 95.99 -
YUV 220.53 139.55 75.56 -
System Red Green Blue C M Y K H S L
Decimal 147 254 241 0.42 0 0.05 0.00 172.71 0.98 0.79
Hex 93 FE F1 2A 0 5 0 AD 62 4F
Octal 223 376 361 52 0 5 0 255 142 117
Binary 10010011 11111110 11110001 101010 0 101 0 10101101 1100010 1001111

Color Harmonies of #93FEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FEF1

Black with #93FEF1

Text Example


Text Example

White with #93FEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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