Html Css Color HEX #93F5F1 Electric Blue

📋 copy color: '#93F5F1'

red 147 ◦ green 245 ◦ blue 241

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

Shades of Electric Blue #93F5F1

Tints of Electric Blue #93F5F1

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.7%

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

R = 23.22%
G = 38.7%
B = 38.07%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#93F5F1 (or 0x93F5F1) is known color: Electric Blue. HEX triplet: 93, F5 and F1. RGB value is (147,245,241). Sum of RGB (Red+Green+Blue) = 147+245+241=633 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.22% from 633); Green value is 245 (96.09% from 255 or 38.70% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 245 - color contains mainly: green. Hex color #93F5F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F5F1 is #6C0A0E. Grayscale: #D7D7D7. Windows color (decimal): -7080463 or 15857043. OLE color: 15857043.

HSL color Cylindrical-coordinate representation of color #93F5F1: hue angle of 177.55º degrees, saturation: 0.83, 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 #93F5F1 is Cyan = 0.4, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 147 245 241 -
CMYK 0.4 0 0.02 0.04
HSL 177.55º 0.83% 0.77% -
HSV(B) 177.55º 0.4% 0.96% -
XYZ 60.56 77.86 95.06 -
YUV 215.24 142.53 79.33 -
System Red Green Blue C M Y K H S L
Decimal 147 245 241 0.4 0 0.02 0.04 177.55 0.83 0.77
Hex 93 F5 F1 28 0 2 4 B2 53 4D
Octal 223 365 361 50 0 2 4 262 123 115
Binary 10010011 11110101 11110001 101000 0 10 100 10110010 1010011 1001101

Color Harmonies of #93F5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F5F1

Black with #93F5F1

Text Example


Text Example

White with #93F5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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