#80F6FA

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

Shades of Electric Blue #80F6FA

Tints of Electric Blue #80F6FA

Color information

#80F6FA (or 0x80F6FA) is unknown color: approx Electric Blue. HEX triplet: 80, F6 and FA. RGB value is (128,246,250). Sum of RGB (Red+Green+Blue) = 128+246+250=624 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.51% from 624); Green value is 246 (96.48% from 255 or 39.42% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #80F6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F6FA is #7F0905. Grayscale: #D3D3D3. Windows color (decimal): -8325382 or 16447104. OLE color: 16447104.

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

Color convert

RGB128246250-
CMYK0.490.0200.02
HSL181.97º92.42%74.12%-
HSV(B)181.97º48.8%98.04%-
XYZ59.1177.4102.27-
YUV211.17149.9168.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.51%
GREEN value IS 246 (96.48% from 255) = 39.42%
BLUE value IS 250 (98.05% from 255) = 40.06%
R=20.51%
G=39.42%
B=40.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282462500.490.0200.02181.9792.4274.12
Hex80F6FA31202b65c4a
Octal20036637261202266134112
Binary100000001111011011111010110001100101011011010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,246,250); }

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

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

 a { background-color: rgb(128,246,250); }

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

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

 span { border-color: rgb(128,246,250); }

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