#80E6FF

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

Shades of Electric Blue #80E6FF

Tints of Electric Blue #80E6FF

Color information

#80E6FF (or 0x80E6FF) is unknown color: approx Electric Blue. HEX triplet: 80, E6 and FF. RGB value is (128,230,255). Sum of RGB (Red+Green+Blue) = 128+230+255=613 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.88% from 613); Green value is 230 (90.23% from 255 or 37.52% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #80E6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80E6FF is #7F1900. Grayscale: #CACACA. Windows color (decimal): -8329473 or 16770688. OLE color: 16770688.

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

Color convert

RGB128230255-
CMYK0.500.1000
HSL191.81º100%75.1%-
HSV(B)191.81º49.8%100%-
XYZ55.2568.4104.9-
YUV202.35157.7174.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.88%
GREEN value IS 230 (90.23% from 255) = 37.52%
BLUE value IS 255 (100% from 255) = 41.60%
R=20.88%
G=37.52%
B=41.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282302550.500.1000191.8110075.1
Hex80E6FF32A00c0644b
Octal200346377621200300144113
Binary1000000011100110111111111100101010001100000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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