#80F8F6

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

Shades of Electric Blue #80F8F6

Tints of Electric Blue #80F8F6

Color information

#80F8F6 (or 0x80F8F6) is unknown color: approx Electric Blue. HEX triplet: 80, F8 and F6. RGB value is (128,248,246). Sum of RGB (Red+Green+Blue) = 128+248+246=622 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.58% from 622); Green value is 248 (97.27% from 255 or 39.87% from 622); Blue value is 246 (96.48% from 255 or 39.55% from 622); Max value from RGB is 248 - color contains mainly: green. Hex color #80F8F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F8F6 is #7F0709. Grayscale: #D3D3D3. Windows color (decimal): -8324874 or 16185472. OLE color: 16185472.

HSL color Cylindrical-coordinate representation of color #80F8F6: hue angle of 179º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F8F6 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB128248246-
CMYK0.4800.010.03
HSL179º89.55%73.73%-
HSV(B)179º48.39%97.25%-
XYZ59.178.3899.2-
YUV211.89147.2468.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.58%
GREEN value IS 248 (97.27% from 255) = 39.87%
BLUE value IS 246 (96.48% from 255) = 39.55%
R=20.58%
G=39.87%
B=39.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1282482460.4800.010.0317989.5573.73
Hex80F8F630013b35a4a
Octal20037036660013263132112
Binary10000000111110001111011011000001111011001110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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