#80EAFF

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

Shades of Electric Blue #80EAFF

Tints of Electric Blue #80EAFF

Color information

#80EAFF (or 0x80EAFF) is unknown color: approx Electric Blue. HEX triplet: 80, EA and FF. RGB value is (128,234,255). Sum of RGB (Red+Green+Blue) = 128+234+255=617 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.75% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #80EAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EAFF is #7F1500. Grayscale: #CCCCCC. Windows color (decimal): -8328449 or 16771712. OLE color: 16771712.

HSL color Cylindrical-coordinate representation of color #80EAFF: hue angle of 189.92º 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 #80EAFF is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB128234255-
CMYK0.500.0800
HSL189.92º100%75.1%-
HSV(B)189.92º49.8%100%-
XYZ56.3770.65105.27-
YUV204.7156.3873.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.75%
GREEN value IS 234 (91.80% from 255) = 37.93%
BLUE value IS 255 (100% from 255) = 41.33%
R=20.75%
G=37.93%
B=41.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282342550.500.0800189.9210075.1
Hex80EAFF32800be644b
Octal200352377621000276144113
Binary1000000011101010111111111100101000001011111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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