Html Css Color HEX #93FEFE Electric Blue

📋 copy color: '#93FEFE'

red 147 ◦ green 254 ◦ blue 254

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

Shades of Electric Blue #93FEFE

Tints of Electric Blue #93FEFE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.78%

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

R = 22.44%
G = 38.78%
B = 38.78%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#93FEFE (or 0x93FEFE) is known color: Electric Blue. HEX triplet: 93, FE and FE. RGB value is (147,254,254). Sum of RGB (Red+Green+Blue) = 147+254+254=655 (86% of max value = 765). Red value is 147 (57.81% from 255 or 22.44% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #93FEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FEFE is #6C0101. Grayscale: #DDDDDD. Windows color (decimal): -7078146 or 16711315. OLE color: 16711315.

HSL color Cylindrical-coordinate representation of color #93FEFE: hue angle of 180º 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 #93FEFE is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 147 254 254 -
CMYK 0.42 0 0 0.00
HSL 180º 0.98% 0.79% -
HSV(B) 180º 0.42% 1% -
XYZ 65.36 84.24 106.58 -
YUV 222.01 146.05 74.5 -
System Red Green Blue C M Y K H S L
Decimal 147 254 254 0.42 0 0 0.00 180 0.98 0.79
Hex 93 FE FE 2A 0 0 0 B4 62 4F
Octal 223 376 376 52 0 0 0 264 142 117
Binary 10010011 11111110 11111110 101010 0 0 0 10110100 1100010 1001111

Color Harmonies of #93FEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FEFE

Black with #93FEFE

Text Example


Text Example

White with #93FEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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