Html Css Color HEX #93FAF4 Electric Blue

📋 copy color: '#93FAF4'

red 147 ◦ green 250 ◦ blue 244

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

Shades of Electric Blue #93FAF4

Tints of Electric Blue #93FAF4

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39%

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

R = 22.93%
G = 39%
B = 38.07%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#93FAF4 (or 0x93FAF4) is known color: Electric Blue. HEX triplet: 93, FA and F4. RGB value is (147,250,244). Sum of RGB (Red+Green+Blue) = 147+250+244=641 (84% of max value = 765). Red value is 147 (57.81% from 255 or 22.93% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 244 (95.70% from 255 or 38.07% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #93FAF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FAF4 is #6C050B. Grayscale: #DADADA. Windows color (decimal): -7079180 or 16054931. OLE color: 16054931.

HSL color Cylindrical-coordinate representation of color #93FAF4: hue angle of 176.5º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93FAF4 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 250 244 -
CMYK 0.41 0 0.02 0.02
HSL 176.5º 0.91% 0.78% -
HSV(B) 176.5º 0.41% 0.98% -
XYZ 62.55 81.11 97.95 -
YUV 218.52 142.38 76.99 -
System Red Green Blue C M Y K H S L
Decimal 147 250 244 0.41 0 0.02 0.02 176.5 0.91 0.78
Hex 93 FA F4 29 0 2 2 B1 5B 4E
Octal 223 372 364 51 0 2 2 261 133 116
Binary 10010011 11111010 11110100 101001 0 10 10 10110001 1011011 1001110

Color Harmonies of #93FAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FAF4

Black with #93FAF4

Text Example


Text Example

White with #93FAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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