#80FBF0

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

Shades of Electric Blue #80FBF0

Tints of Electric Blue #80FBF0

Color information

#80FBF0 (or 0x80FBF0) is unknown color: approx Electric Blue. HEX triplet: 80, FB and F0. RGB value is (128,251,240). Sum of RGB (Red+Green+Blue) = 128+251+240=619 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.68% from 619); Green value is 251 (98.44% from 255 or 40.55% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FBF0 is #7F040F. Grayscale: #D4D4D4. Windows color (decimal): -8324112 or 15793024. OLE color: 15793024.

HSL color Cylindrical-coordinate representation of color #80FBF0: hue angle of 174.63º 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 #80FBF0 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB128251240-
CMYK0.4900.040.02
HSL174.63º93.89%74.31%-
HSV(B)174.63º49%98.43%-
XYZ59.1379.8794.74-
YUV212.97143.2567.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.68%
GREEN value IS 251 (98.44% from 255) = 40.55%
BLUE value IS 240 (94.14% from 255) = 38.77%
R=20.68%
G=40.55%
B=38.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282512400.4900.040.02174.6393.8974.31
Hex80FBF031042af5e4a
Octal20037336061042257136112
Binary1000000011111011111100001100010100101010111110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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