Html Css Color HEX #80FDFF Electric Blue

📋 copy color: '#80FDFF'

red 128 ◦ green 253 ◦ blue 255

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

Shades of Electric Blue #80FDFF

Tints of Electric Blue #80FDFF

RGB

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

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

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

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

CMYK

 C value IS 0.50

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #80FDFF: hue angle of 180.94º 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 #80FDFF is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 128 253 255 -
CMYK 0.50 0.01 0 0
HSL 180.94º 1% 0.75% -
HSV(B) 180.94º 0.5% 1% -
XYZ 62.08 82.06 107.18 -
YUV 215.85 150.09 65.34 -
System Red Green Blue C M Y K H S L
Decimal 128 253 255 0.50 0.01 0 0 180.94 1 0.75
Hex 80 FD FF 32 1 0 0 B5 64 4B
Octal 200 375 377 62 1 0 0 265 144 113
Binary 10000000 11111101 11111111 110010 1 0 0 10110101 1100100 1001011

Color Harmonies of #80FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FDFF

Black with #80FDFF

Text Example


Text Example

White with #80FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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