#80F9EB

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

Shades of Electric Blue #80F9EB

Tints of Electric Blue #80F9EB

Color information

#80F9EB (or 0x80F9EB) is unknown color: approx Electric Blue. HEX triplet: 80, F9 and EB. RGB value is (128,249,235). Sum of RGB (Red+Green+Blue) = 128+249+235=612 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.92% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #80F9EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F9EB is #7F0614. Grayscale: #D3D3D3. Windows color (decimal): -8324629 or 15464832. OLE color: 15464832.

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

Color convert

RGB128249235-
CMYK0.4900.060.02
HSL173.06º90.98%73.92%-
HSV(B)173.06º48.59%97.65%-
XYZ57.7778.3490.67-
YUV211.22141.4168.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.92%
GREEN value IS 249 (97.66% from 255) = 40.69%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=20.92%
G=40.69%
B=38.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282492350.4900.060.02173.0690.9873.92
Hex80F9EB31062ad5b4a
Octal20037135361062255133112
Binary1000000011111001111010111100010110101010110110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,249,235); }

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

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

 a { background-color: rgb(128,249,235); }

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

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

 span { border-color: rgb(128,249,235); }

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