Html Css Color HEX #93FDEC Electric Blue

📋 copy color: '#93FDEC'

red 147 ◦ green 253 ◦ blue 236

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

Shades of Electric Blue #93FDEC

Tints of Electric Blue #93FDEC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.78%

 BLUE value IS 236 (92.58% from 255) = 37.11%

R = 23.11%
G = 39.78%
B = 37.11%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#93FDEC (or 0x93FDEC) is known color: Electric Blue. HEX triplet: 93, FD and EC. RGB value is (147,253,236). Sum of RGB (Red+Green+Blue) = 147+253+236=636 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.11% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #93FDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FDEC is #6C0213. Grayscale: #DBDBDB. Windows color (decimal): -7078420 or 15531411. OLE color: 15531411.

HSL color Cylindrical-coordinate representation of color #93FDEC: hue angle of 170.38º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FDEC is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 147 253 236 -
CMYK 0.42 0 0.07 0.01
HSL 170.38º 0.96% 0.78% -
HSV(B) 170.38º 0.42% 0.99% -
XYZ 62.3 82.51 92 -
YUV 219.37 137.38 76.38 -
System Red Green Blue C M Y K H S L
Decimal 147 253 236 0.42 0 0.07 0.01 170.38 0.96 0.78
Hex 93 FD EC 2A 0 7 1 AA 60 4E
Octal 223 375 354 52 0 7 1 252 140 116
Binary 10010011 11111101 11101100 101010 0 111 1 10101010 1100000 1001110

Color Harmonies of #93FDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FDEC

Black with #93FDEC

Text Example


Text Example

White with #93FDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,253,236); }

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

background-color css

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

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

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

border-color css

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

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

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