#80E7FF

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

Shades of Electric Blue #80E7FF

Tints of Electric Blue #80E7FF

Color information

#80E7FF (or 0x80E7FF) is unknown color: approx Electric Blue. HEX triplet: 80, E7 and FF. RGB value is (128,231,255). Sum of RGB (Red+Green+Blue) = 128+231+255=614 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.85% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #80E7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80E7FF is #7F1800. Grayscale: #CACACA. Windows color (decimal): -8329217 or 16770944. OLE color: 16770944.

HSL color Cylindrical-coordinate representation of color #80E7FF: hue angle of 191.34º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80E7FF is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB128231255-
CMYK0.500.0900
HSL191.34º100%75.1%-
HSV(B)191.34º49.8%100%-
XYZ55.5368.96104.99-
YUV202.94157.3874.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.85%
GREEN value IS 231 (90.62% from 255) = 37.62%
BLUE value IS 255 (100% from 255) = 41.53%
R=20.85%
G=37.62%
B=41.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282312550.500.0900191.3410075.1
Hex80E7FF32900bf644b
Octal200347377621100277144113
Binary1000000011100111111111111100101001001011111111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,231,255); }

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

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

 a { background-color: rgb(128,231,255); }

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

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

 span { border-color: rgb(128,231,255); }

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