Html Css Color HEX #93F6F3 Electric Blue

📋 copy color: '#93F6F3'

red 147 ◦ green 246 ◦ blue 243

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

Shades of Electric Blue #93F6F3

Tints of Electric Blue #93F6F3

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.68%

 BLUE value IS 243 (95.31% from 255) = 38.21%

R = 23.11%
G = 38.68%
B = 38.21%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#93F6F3 (or 0x93F6F3) is known color: Electric Blue. HEX triplet: 93, F6 and F3. RGB value is (147,246,243). Sum of RGB (Red+Green+Blue) = 147+246+243=636 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.11% from 636); Green value is 246 (96.48% from 255 or 38.68% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 246 - color contains mainly: green. Hex color #93F6F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F6F3 is #6C090C. Grayscale: #D7D7D7. Windows color (decimal): -7080205 or 15988371. OLE color: 15988371.

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

Color convert

RGB 147 246 243 -
CMYK 0.40 0 0.01 0.04
HSL 178.18º 0.85% 0.77% -
HSV(B) 178.18º 0.4% 0.96% -
XYZ 61.17 78.59 96.74 -
YUV 216.06 143.2 78.74 -
System Red Green Blue C M Y K H S L
Decimal 147 246 243 0.40 0 0.01 0.04 178.18 0.85 0.77
Hex 93 F6 F3 28 0 1 4 B2 55 4D
Octal 223 366 363 50 0 1 4 262 125 115
Binary 10010011 11110110 11110011 101000 0 1 100 10110010 1010101 1001101

Color Harmonies of #93F6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F6F3

Black with #93F6F3

Text Example


Text Example

White with #93F6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,246,243); }

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

background-color css

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

 a { background-color: rgb(147,246,243); }

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

border-color css

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

 span { border-color: rgb(147,246,243); }

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