Html Css Color HEX #93FDF1 Electric Blue

📋 copy color: '#93FDF1'

red 147 ◦ green 253 ◦ blue 241

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

Shades of Electric Blue #93FDF1

Tints of Electric Blue #93FDF1

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.47%

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

R = 22.93%
G = 39.47%
B = 37.6%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#93FDF1 (or 0x93FDF1) is known color: Electric Blue. HEX triplet: 93, FD and F1. RGB value is (147,253,241). Sum of RGB (Red+Green+Blue) = 147+253+241=641 (84% of max value = 765). Red value is 147 (57.81% from 255 or 22.93% from 641); Green value is 253 (99.22% from 255 or 39.47% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 253 - color contains mainly: green. Hex color #93FDF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FDF1 is #6C020E. Grayscale: #DBDBDB. Windows color (decimal): -7078415 or 15859091. OLE color: 15859091.

HSL color Cylindrical-coordinate representation of color #93FDF1: hue angle of 173.21º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FDF1 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 147 253 241 -
CMYK 0.42 0 0.05 0.01
HSL 173.21º 0.96% 0.78% -
HSV(B) 173.21º 0.42% 0.99% -
XYZ 63.04 82.8 95.88 -
YUV 219.94 139.88 75.98 -
System Red Green Blue C M Y K H S L
Decimal 147 253 241 0.42 0 0.05 0.01 173.21 0.96 0.78
Hex 93 FD F1 2A 0 5 1 AD 60 4E
Octal 223 375 361 52 0 5 1 255 140 116
Binary 10010011 11111101 11110001 101010 0 101 1 10101101 1100000 1001110

Color Harmonies of #93FDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FDF1

Black with #93FDF1

Text Example


Text Example

White with #93FDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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