Html Css Color HEX #93FDF6 Electric Blue

📋 copy color: '#93FDF6'

red 147 ◦ green 253 ◦ blue 246

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

Shades of Electric Blue #93FDF6

Tints of Electric Blue #93FDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.08%

R = 22.76%
G = 39.16%
B = 38.08%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#93FDF6 (or 0x93FDF6) is known color: Electric Blue. HEX triplet: 93, FD and F6. RGB value is (147,253,246). Sum of RGB (Red+Green+Blue) = 147+253+246=646 (85% of max value = 765). Red value is 147 (57.81% from 255 or 22.76% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 246 (96.48% from 255 or 38.08% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #93FDF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FDF6 is #6C0209. Grayscale: #DCDCDC. Windows color (decimal): -7078410 or 16186771. OLE color: 16186771.

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

Color convert

RGB 147 253 246 -
CMYK 0.42 0 0.03 0.01
HSL 176.04º 0.96% 0.78% -
HSV(B) 176.04º 0.42% 0.99% -
XYZ 63.79 83.11 99.87 -
YUV 220.51 142.38 75.57 -
System Red Green Blue C M Y K H S L
Decimal 147 253 246 0.42 0 0.03 0.01 176.04 0.96 0.78
Hex 93 FD F6 2A 0 3 1 B0 60 4E
Octal 223 375 366 52 0 3 1 260 140 116
Binary 10010011 11111101 11110110 101010 0 11 1 10110000 1100000 1001110

Color Harmonies of #93FDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FDF6

Black with #93FDF6

Text Example


Text Example

White with #93FDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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