Html Css Color HEX #80F3FE Electric Blue

📋 copy color: '#80F3FE'

red 128 ◦ green 243 ◦ blue 254

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

Shades of Electric Blue #80F3FE

Tints of Electric Blue #80F3FE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.88%

 BLUE value IS 254 (99.61% from 255) = 40.64%

R = 20.48%
G = 38.88%
B = 40.64%

CMYK

 C value IS 0.50

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#80F3FE (or 0x80F3FE) is known color: Electric Blue. HEX triplet: 80, F3 and FE. RGB value is (128,243,254). Sum of RGB (Red+Green+Blue) = 128+243+254=625 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.48% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #80F3FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F3FE is #7F0C01. Grayscale: #D1D1D1. Windows color (decimal): -8326146 or 16708480. OLE color: 16708480.

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

Color convert

RGB 128 243 254 -
CMYK 0.50 0.04 0 0.00
HSL 185.24º 0.98% 0.75% -
HSV(B) 185.24º 0.5% 1% -
XYZ 58.84 75.85 105.3 -
YUV 209.87 152.9 69.61 -
System Red Green Blue C M Y K H S L
Decimal 128 243 254 0.50 0.04 0 0.00 185.24 0.98 0.75
Hex 80 F3 FE 32 4 0 0 B9 62 4B
Octal 200 363 376 62 4 0 0 271 142 113
Binary 10000000 11110011 11111110 110010 100 0 0 10111001 1100010 1001011

Color Harmonies of #80F3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F3FE

Black with #80F3FE

Text Example


Text Example

White with #80F3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,243,254); }

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

background-color css

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

 a { background-color: rgb(128,243,254); }

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

border-color css

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

 span { border-color: rgb(128,243,254); }

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