#80C3CD

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

Shades of Spray #80C3CD

Tints of Spray #80C3CD

Color information

#80C3CD (or 0x80C3CD) is unknown color: approx Spray. HEX triplet: 80, C3 and CD. RGB value is (128,195,205). Sum of RGB (Red+Green+Blue) = 128+195+205=528 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.24% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #80C3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C3CD is #7F3C32. Grayscale: #B0B0B0. Windows color (decimal): -8338483 or 13484928. OLE color: 13484928.

HSL color Cylindrical-coordinate representation of color #80C3CD: hue angle of 187.79º 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 #80C3CD is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128195205-
CMYK0.380.0500.20
HSL187.79º43.5%65.29%-
HSV(B)187.79º37.56%80.39%-
XYZ39.4448.0364.95-
YUV176.11144.393.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.24%
GREEN value IS 195 (76.56% from 255) = 36.93%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=24.24%
G=36.93%
B=38.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281952050.380.0500.20187.7943.565.29
Hex80C3CD265014bc2c41
Octal20030331546502427454101
Binary100000001100001111001101100110101010100101111001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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