#80F7EE

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

Shades of Electric Blue #80F7EE

Tints of Electric Blue #80F7EE

Color information

#80F7EE (or 0x80F7EE) is unknown color: approx Electric Blue. HEX triplet: 80, F7 and EE. RGB value is (128,247,238). Sum of RGB (Red+Green+Blue) = 128+247+238=613 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.88% from 613); Green value is 247 (96.88% from 255 or 40.29% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 247 - color contains mainly: green. Hex color #80F7EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F7EE is #7F0811. Grayscale: #D2D2D2. Windows color (decimal): -8325138 or 15660928. OLE color: 15660928.

HSL color Cylindrical-coordinate representation of color #80F7EE: hue angle of 175.46º degrees, saturation: 0.88, 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 #80F7EE is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB128247238-
CMYK0.4800.040.03
HSL175.46º88.15%73.53%-
HSV(B)175.46º48.18%96.86%-
XYZ57.677.2892.77-
YUV210.39143.5869.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.88%
GREEN value IS 247 (96.88% from 255) = 40.29%
BLUE value IS 238 (93.36% from 255) = 38.83%
R=20.88%
G=40.29%
B=38.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1282472380.4800.040.03175.4688.1573.53
Hex80F7EE30043af584a
Octal20036735660043257130112
Binary1000000011110111111011101100000100111010111110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,247,238); }

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

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

 a { background-color: rgb(128,247,238); }

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

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

 span { border-color: rgb(128,247,238); }

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