#80C6E1

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

Shades of Spray #80C6E1

Tints of Spray #80C6E1

Color information

#80C6E1 (or 0x80C6E1) is unknown color: approx Spray. HEX triplet: 80, C6 and E1. RGB value is (128,198,225). Sum of RGB (Red+Green+Blue) = 128+198+225=551 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.23% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 225 (88.28% from 255 or 40.83% from 551); Max value from RGB is 225 - color contains mainly: blue. Hex color #80C6E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C6E1 is #7F391E. Grayscale: #B3B3B3. Windows color (decimal): -8337695 or 14796416. OLE color: 14796416.

HSL color Cylindrical-coordinate representation of color #80C6E1: hue angle of 196.7º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80C6E1 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB128198225-
CMYK0.430.1200.12
HSL196.7º61.78%69.22%-
HSV(B)196.7º43.11%88.24%-
XYZ42.6950.4178.72-
YUV180.15153.3190.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.23%
GREEN value IS 198 (77.73% from 255) = 35.93%
BLUE value IS 225 (88.28% from 255) = 40.83%
R=23.23%
G=35.93%
B=40.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1281982250.430.1200.12196.761.7869.22
Hex80C6E12BC0Cc53e45
Octal200306341531401430576105
Binary100000001100011011100001101011110001100110001011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,198,225); }

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

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

 a { background-color: rgb(128,198,225); }

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

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

 span { border-color: rgb(128,198,225); }

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