#80F1FB

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

Shades of Electric Blue #80F1FB

Tints of Electric Blue #80F1FB

Color information

#80F1FB (or 0x80F1FB) is unknown color: approx Electric Blue. HEX triplet: 80, F1 and FB. RGB value is (128,241,251). Sum of RGB (Red+Green+Blue) = 128+241+251=620 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.65% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #80F1FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F1FB is #7F0E04. Grayscale: #D0D0D0. Windows color (decimal): -8326661 or 16511360. OLE color: 16511360.

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

Color convert

RGB128241251-
CMYK0.490.0400.02
HSL184.88º93.89%74.31%-
HSV(B)184.88º49%98.43%-
XYZ57.7774.46102.6-
YUV208.35152.0670.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.65%
GREEN value IS 241 (94.53% from 255) = 38.87%
BLUE value IS 251 (98.44% from 255) = 40.48%
R=20.65%
G=38.87%
B=40.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282412510.490.0400.02184.8893.8974.31
Hex80F1FB31402b95e4a
Octal20036137361402271136112
Binary1000000011110001111110111100011000101011100110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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