#80C5DF

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

Shades of Spray #80C5DF

Tints of Spray #80C5DF

Color information

#80C5DF (or 0x80C5DF) is unknown color: approx Spray. HEX triplet: 80, C5 and DF. RGB value is (128,197,223). Sum of RGB (Red+Green+Blue) = 128+197+223=548 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.36% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #80C5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C5DF is #7F3A20. Grayscale: #B3B3B3. Windows color (decimal): -8337953 or 14665088. OLE color: 14665088.

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

Color convert

RGB128197223-
CMYK0.430.1200.13
HSL196.42º59.75%68.82%-
HSV(B)196.42º42.6%87.45%-
XYZ42.1949.8577.21-
YUV179.33152.6491.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.36%
GREEN value IS 197 (77.34% from 255) = 35.95%
BLUE value IS 223 (87.5% from 255) = 40.69%
R=23.36%
G=35.95%
B=40.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281972230.430.1200.13196.4259.7568.82
Hex80C5DF2BC0Dc43c45
Octal200305337531401530474105
Binary100000001100010111011111101011110001101110001001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,197,223); }

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

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

 a { background-color: rgb(128,197,223); }

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

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

 span { border-color: rgb(128,197,223); }

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