#80C2DF

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

Shades of Spray #80C2DF

Tints of Spray #80C2DF

Color information

#80C2DF (or 0x80C2DF) is unknown color: approx Spray. HEX triplet: 80, C2 and DF. RGB value is (128,194,223). Sum of RGB (Red+Green+Blue) = 128+194+223=545 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.49% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #80C2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C2DF is #7F3D20. Grayscale: #B1B1B1. Windows color (decimal): -8338721 or 14664320. OLE color: 14664320.

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

Color convert

RGB128194223-
CMYK0.430.1300.13
HSL198.32º59.75%68.82%-
HSV(B)198.32º42.6%87.45%-
XYZ41.5148.576.99-
YUV177.57153.6392.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.49%
GREEN value IS 194 (76.17% from 255) = 35.60%
BLUE value IS 223 (87.5% from 255) = 40.92%
R=23.49%
G=35.60%
B=40.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281942230.430.1300.13198.3259.7568.82
Hex80C2DF2BD0Dc63c45
Octal200302337531501530674105
Binary100000001100001011011111101011110101101110001101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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