Html Css Color HEX #93EFFE Electric Blue

📋 copy color: '#93EFFE'

red 147 ◦ green 239 ◦ blue 254

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

Shades of Electric Blue #93EFFE

Tints of Electric Blue #93EFFE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.34%

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

R = 22.97%
G = 37.34%
B = 39.69%

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

#93EFFE (or 0x93EFFE) is known color: Electric Blue. HEX triplet: 93, EF and FE. RGB value is (147,239,254). Sum of RGB (Red+Green+Blue) = 147+239+254=640 (84% of max value = 765). Red value is 147 (57.81% from 255 or 22.97% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #93EFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EFFE is #6C1001. Grayscale: #D5D5D5. Windows color (decimal): -7081986 or 16707475. OLE color: 16707475.

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

Color convert

RGB 147 239 254 -
CMYK 0.42 0.06 0 0.00
HSL 188.41º 0.98% 0.79% -
HSV(B) 188.41º 0.42% 1% -
XYZ 60.79 75.09 105.06 -
YUV 213.2 151.02 80.78 -
System Red Green Blue C M Y K H S L
Decimal 147 239 254 0.42 0.06 0 0.00 188.41 0.98 0.79
Hex 93 EF FE 2A 6 0 0 BC 62 4F
Octal 223 357 376 52 6 0 0 274 142 117
Binary 10010011 11101111 11111110 101010 110 0 0 10111100 1100010 1001111

Color Harmonies of #93EFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EFFE

Black with #93EFFE

Text Example


Text Example

White with #93EFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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