Html Css Color HEX #80FCFF Electric Blue

📋 copy color: '#80FCFF'

red 128 ◦ green 252 ◦ blue 255

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

Shades of Electric Blue #80FCFF

Tints of Electric Blue #80FCFF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.69%

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

R = 20.16%
G = 39.69%
B = 40.16%

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

#80FCFF (or 0x80FCFF) is known color: Electric Blue. HEX triplet: 80, FC and FF. RGB value is (128,252,255). Sum of RGB (Red+Green+Blue) = 128+252+255=635 (84% of max value = 765). Red value is 128 (50.39% from 255 or 20.16% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #80FCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FCFF is #7F0300. Grayscale: #D7D7D7. Windows color (decimal): -8323841 or 16776320. OLE color: 16776320.

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

Color convert

RGB 128 252 255 -
CMYK 0.50 0.01 0 0
HSL 181.42º 1% 0.75% -
HSV(B) 181.42º 0.5% 1% -
XYZ 61.76 81.43 107.07 -
YUV 215.27 150.42 65.76 -
System Red Green Blue C M Y K H S L
Decimal 128 252 255 0.50 0.01 0 0 181.42 1 0.75
Hex 80 FC FF 32 1 0 0 B5 64 4B
Octal 200 374 377 62 1 0 0 265 144 113
Binary 10000000 11111100 11111111 110010 1 0 0 10110101 1100100 1001011

Color Harmonies of #80FCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FCFF

Black with #80FCFF

Text Example


Text Example

White with #80FCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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