Html Css Color HEX #93F0FE Electric Blue

📋 copy color: '#93F0FE'

red 147 ◦ green 240 ◦ blue 254

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

Shades of Electric Blue #93F0FE

Tints of Electric Blue #93F0FE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.44%

 BLUE value IS 254 (99.61% from 255) = 39.63%

R = 22.93%
G = 37.44%
B = 39.63%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#93F0FE (or 0x93F0FE) is known color: Electric Blue. HEX triplet: 93, F0 and FE. RGB value is (147,240,254). Sum of RGB (Red+Green+Blue) = 147+240+254=641 (84% of max value = 765). Red value is 147 (57.81% from 255 or 22.93% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #93F0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F0FE is #6C0F01. Grayscale: #D5D5D5. Windows color (decimal): -7081730 or 16707731. OLE color: 16707731.

HSL color Cylindrical-coordinate representation of color #93F0FE: hue angle of 187.85º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93F0FE is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 147 240 254 -
CMYK 0.42 0.06 0 0.00
HSL 187.85º 0.98% 0.79% -
HSV(B) 187.85º 0.42% 1% -
XYZ 61.08 75.68 105.15 -
YUV 213.79 150.69 80.36 -
System Red Green Blue C M Y K H S L
Decimal 147 240 254 0.42 0.06 0 0.00 187.85 0.98 0.79
Hex 93 F0 FE 2A 6 0 0 BC 62 4F
Octal 223 360 376 52 6 0 0 274 142 117
Binary 10010011 11110000 11111110 101010 110 0 0 10111100 1100010 1001111

Color Harmonies of #93F0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F0FE

Black with #93F0FE

Text Example


Text Example

White with #93F0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,240,254); }

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

background-color css

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

 a { background-color: rgb(147,240,254); }

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

border-color css

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

 span { border-color: rgb(147,240,254); }

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