#80C1DF

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

Shades of Spray #80C1DF

Tints of Spray #80C1DF

Color information

#80C1DF (or 0x80C1DF) is unknown color: approx Spray. HEX triplet: 80, C1 and DF. RGB value is (128,193,223). Sum of RGB (Red+Green+Blue) = 128+193+223=544 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.53% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #80C1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C1DF is #7F3E20. Grayscale: #B0B0B0. Windows color (decimal): -8338977 or 14664064. OLE color: 14664064.

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

Color convert

RGB128193223-
CMYK0.430.1300.13
HSL198.95º59.75%68.82%-
HSV(B)198.95º42.6%87.45%-
XYZ41.2948.0676.91-
YUV176.98153.9793.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.53%
GREEN value IS 193 (75.78% from 255) = 35.48%
BLUE value IS 223 (87.5% from 255) = 40.99%
R=23.53%
G=35.48%
B=40.99%

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
Decimal1281932230.430.1300.13198.9559.7568.82
Hex80C1DF2BD0Dc73c45
Octal200301337531501530774105
Binary100000001100000111011111101011110101101110001111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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