Html Css Color HEX #80FFFD Electric Blue

📋 copy color: '#80FFFD'

red 128 ◦ green 255 ◦ blue 253

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

Shades of Electric Blue #80FFFD

Tints of Electric Blue #80FFFD

RGB

 RED value IS 128 (50.39% from 255) = 20.13%

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

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

R = 20.13%
G = 40.09%
B = 39.78%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#80FFFD (or 0x80FFFD) is known color: Electric Blue. HEX triplet: 80, FF and FD. RGB value is (128,255,253). Sum of RGB (Red+Green+Blue) = 128+255+253=636 (84% of max value = 765). Red value is 128 (50.39% from 255 or 20.13% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FFFD is #7F0002. Grayscale: #D8D8D8. Windows color (decimal): -8323075 or 16646016. OLE color: 16646016.

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

Color convert

RGB 128 255 253 -
CMYK 0.50 0 0.01 0
HSL 179.06º 1% 0.75% -
HSV(B) 179.06º 0.5% 1% -
XYZ 62.39 83.2 105.7 -
YUV 216.8 148.42 64.66 -
System Red Green Blue C M Y K H S L
Decimal 128 255 253 0.50 0 0.01 0 179.06 1 0.75
Hex 80 FF FD 32 0 1 0 B3 64 4B
Octal 200 377 375 62 0 1 0 263 144 113
Binary 10000000 11111111 11111101 110010 0 1 0 10110011 1100100 1001011

Color Harmonies of #80FFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FFFD

Black with #80FFFD

Text Example


Text Example

White with #80FFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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