#80C0DF

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

Shades of Spray #80C0DF

Tints of Spray #80C0DF

Color information

#80C0DF (or 0x80C0DF) is unknown color: approx Spray. HEX triplet: 80, C0 and DF. RGB value is (128,192,223). Sum of RGB (Red+Green+Blue) = 128+192+223=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #80C0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C0DF is #7F3F20. Grayscale: #B0B0B0. Windows color (decimal): -8339233 or 14663808. OLE color: 14663808.

HSL color Cylindrical-coordinate representation of color #80C0DF: hue angle of 199.58º 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 #80C0DF is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128192223-
CMYK0.430.1400.13
HSL199.58º59.75%68.82%-
HSV(B)199.58º42.6%87.45%-
XYZ41.0747.6276.84-
YUV176.4154.393.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.57%
GREEN value IS 192 (75.39% from 255) = 35.36%
BLUE value IS 223 (87.5% from 255) = 41.07%
R=23.57%
G=35.36%
B=41.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281922230.430.1400.13199.5859.7568.82
Hex80C0DF2BE0Dc83c45
Octal200300337531601531074105
Binary100000001100000011011111101011111001101110010001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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