#80F0FB

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

Shades of Electric Blue #80F0FB

Tints of Electric Blue #80F0FB

Color information

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

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

Color convert

RGB128240251-
CMYK0.490.0400.02
HSL185.37º93.89%74.31%-
HSV(B)185.37º49%98.43%-
XYZ57.4773.87102.5-
YUV207.77152.3971.11-

RGB Variations

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

RGB

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

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
Decimal1282402510.490.0400.02185.3793.8974.31
Hex80F0FB31402b95e4a
Octal20036037361402271136112
Binary1000000011110000111110111100011000101011100110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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