#80C6CD

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

Shades of Spray #80C6CD

Tints of Spray #80C6CD

Color information

#80C6CD (or 0x80C6CD) is unknown color: approx Spray. HEX triplet: 80, C6 and CD. RGB value is (128,198,205). Sum of RGB (Red+Green+Blue) = 128+198+205=531 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.11% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #80C6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C6CD is #7F3932. Grayscale: #B1B1B1. Windows color (decimal): -8337715 or 13485696. OLE color: 13485696.

HSL color Cylindrical-coordinate representation of color #80C6CD: hue angle of 185.45º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80C6CD is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128198205-
CMYK0.380.0300.20
HSL185.45º43.5%65.29%-
HSV(B)185.45º37.56%80.39%-
XYZ40.1249.3965.18-
YUV177.87143.3192.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.11%
GREEN value IS 198 (77.73% from 255) = 37.29%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=24.11%
G=37.29%
B=38.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281982050.380.0300.20185.4543.565.29
Hex80C6CD263014b92c41
Octal20030631546302427154101
Binary10000000110001101100110110011011010100101110011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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