Html Css Color HEX #93F6F4 Electric Blue

📋 copy color: '#93F6F4'

red 147 ◦ green 246 ◦ blue 244

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

Shades of Electric Blue #93F6F4

Tints of Electric Blue #93F6F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.3%

R = 23.08%
G = 38.62%
B = 38.3%

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

#93F6F4 (or 0x93F6F4) is known color: Electric Blue. HEX triplet: 93, F6 and F4. RGB value is (147,246,244). Sum of RGB (Red+Green+Blue) = 147+246+244=637 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.08% from 637); Green value is 246 (96.48% from 255 or 38.62% from 637); Blue value is 244 (95.70% from 255 or 38.30% from 637); Max value from RGB is 246 - color contains mainly: green. Hex color #93F6F4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F6F4 is #6C090B. Grayscale: #D8D8D8. Windows color (decimal): -7080204 or 16053907. OLE color: 16053907.

HSL color Cylindrical-coordinate representation of color #93F6F4: hue angle of 178.79º 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 #93F6F4 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB 147 246 244 -
CMYK 0.40 0 0.01 0.04
HSL 178.79º 0.85% 0.77% -
HSV(B) 178.79º 0.4% 0.96% -
XYZ 61.32 78.65 97.54 -
YUV 216.17 143.7 78.66 -
System Red Green Blue C M Y K H S L
Decimal 147 246 244 0.40 0 0.01 0.04 178.79 0.85 0.77
Hex 93 F6 F4 28 0 1 4 B3 55 4D
Octal 223 366 364 50 0 1 4 263 125 115
Binary 10010011 11110110 11110100 101000 0 1 100 10110011 1010101 1001101

Color Harmonies of #93F6F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F6F4

Black with #93F6F4

Text Example


Text Example

White with #93F6F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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