Html Css Color HEX #80FFF3 Electric Blue

📋 copy color: '#80FFF3'

red 128 ◦ green 255 ◦ blue 243

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

Shades of Electric Blue #80FFF3

Tints of Electric Blue #80FFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.82%

R = 20.45%
G = 40.73%
B = 38.82%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#80FFF3 (or 0x80FFF3) is known color: Electric Blue. HEX triplet: 80, FF and F3. RGB value is (128,255,243). Sum of RGB (Red+Green+Blue) = 128+255+243=626 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.45% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FFF3 is #7F000C. Grayscale: #D7D7D7. Windows color (decimal): -8323085 or 15990656. OLE color: 15990656.

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

Color convert

RGB 128 255 243 -
CMYK 0.50 0 0.05 0
HSL 174.33º 1% 0.75% -
HSV(B) 174.33º 0.5% 1% -
XYZ 60.84 82.58 97.53 -
YUV 215.66 143.42 65.48 -
System Red Green Blue C M Y K H S L
Decimal 128 255 243 0.50 0 0.05 0 174.33 1 0.75
Hex 80 FF F3 32 0 5 0 AE 64 4B
Octal 200 377 363 62 0 5 0 256 144 113
Binary 10000000 11111111 11110011 110010 0 101 0 10101110 1100100 1001011

Color Harmonies of #80FFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FFF3

Black with #80FFF3

Text Example


Text Example

White with #80FFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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