#80F4FB

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

Shades of Electric Blue #80F4FB

Tints of Electric Blue #80F4FB

Color information

#80F4FB (or 0x80F4FB) is unknown color: approx Electric Blue. HEX triplet: 80, F4 and FB. RGB value is (128,244,251). Sum of RGB (Red+Green+Blue) = 128+244+251=623 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.55% from 623); Green value is 244 (95.70% from 255 or 39.17% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #80F4FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F4FB is #7F0B04. Grayscale: #D1D1D1. Windows color (decimal): -8325893 or 16512128. OLE color: 16512128.

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

Color convert

RGB128244251-
CMYK0.490.0300.02
HSL183.41º93.89%74.31%-
HSV(B)183.41º49%98.43%-
XYZ58.6776.26102.89-
YUV210.11151.0769.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.55%
GREEN value IS 244 (95.70% from 255) = 39.17%
BLUE value IS 251 (98.44% from 255) = 40.29%
R=20.55%
G=39.17%
B=40.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282442510.490.0300.02183.4193.8974.31
Hex80F4FB31302b75e4a
Octal20036437361302267136112
Binary100000001111010011111011110001110101011011110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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