#80FBF3

Color #80FBF3 Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #80FBF3

Tints of Electric Blue #80FBF3

Color information

#80FBF3 (or 0x80FBF3) is unknown color: approx Electric Blue. HEX triplet: 80, FB and F3. RGB value is (128,251,243). Sum of RGB (Red+Green+Blue) = 128+251+243=622 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.58% from 622); Green value is 251 (98.44% from 255 or 40.35% from 622); Blue value is 243 (95.31% from 255 or 39.07% from 622); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FBF3 is #7F040C. Grayscale: #D5D5D5. Windows color (decimal): -8324109 or 15989632. OLE color: 15989632.

HSL color Cylindrical-coordinate representation of color #80FBF3: hue angle of 176.1º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FBF3 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB128251243-
CMYK0.4900.030.02
HSL176.1º93.89%74.31%-
HSV(B)176.1º49%98.43%-
XYZ59.5880.0597.11-
YUV213.31144.7567.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.58%
GREEN value IS 251 (98.44% from 255) = 40.35%
BLUE value IS 243 (95.31% from 255) = 39.07%
R=20.58%
G=40.35%
B=39.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282512430.4900.030.02176.193.8974.31
Hex80FBF331032b05e4a
Octal20037336361032260136112
Binary100000001111101111110011110001011101011000010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80FBF3;
 }
 .AnyTagClassName
 {
   color: #80FBF3;
 }
</style>
background-color css

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

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

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

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

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

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