Html Css Color HEX #93FFFD Electric Blue

📋 copy color: '#93FFFD'

red 147 ◦ green 255 ◦ blue 253

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

Shades of Electric Blue #93FFFD

Tints of Electric Blue #93FFFD

RGB

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

 GREEN value IS 255 (100% from 255) = 38.93%

 BLUE value IS 253 (99.22% from 255) = 38.63%

R = 22.44%
G = 38.93%
B = 38.63%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#93FFFD (or 0x93FFFD) is known color: Electric Blue. HEX triplet: 93, FF and FD. RGB value is (147,255,253). Sum of RGB (Red+Green+Blue) = 147+255+253=655 (86% of max value = 765). Red value is 147 (57.81% from 255 or 22.44% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #93FFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FFFD is #6C0002. Grayscale: #DEDEDE. Windows color (decimal): -7077891 or 16646035. OLE color: 16646035.

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

Color convert

RGB 147 255 253 -
CMYK 0.42 0 0.01 0
HSL 178.89º 1% 0.79% -
HSV(B) 178.89º 0.42% 1% -
XYZ 65.52 84.81 105.85 -
YUV 222.48 145.22 74.16 -
System Red Green Blue C M Y K H S L
Decimal 147 255 253 0.42 0 0.01 0 178.89 1 0.79
Hex 93 FF FD 2A 0 1 0 B3 64 4F
Octal 223 377 375 52 0 1 0 263 144 117
Binary 10010011 11111111 11111101 101010 0 1 0 10110011 1100100 1001111

Color Harmonies of #93FFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FFFD

Black with #93FFFD

Text Example


Text Example

White with #93FFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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