#80CACF

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

Shades of Spray #80CACF

Tints of Spray #80CACF

Color information

#80CACF (or 0x80CACF) is unknown color: approx Spray. HEX triplet: 80, CA and CF. RGB value is (128,202,207). Sum of RGB (Red+Green+Blue) = 128+202+207=537 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.84% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #80CACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CACF is #7F3530. Grayscale: #B4B4B4. Windows color (decimal): -8336689 or 13617792. OLE color: 13617792.

HSL color Cylindrical-coordinate representation of color #80CACF: hue angle of 183.8º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CACF is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB128202207-
CMYK0.380.0200.19
HSL183.8º45.14%65.69%-
HSV(B)183.8º38.16%81.18%-
XYZ41.2951.3466.76-
YUV180.44142.9890.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.84%
GREEN value IS 202 (79.30% from 255) = 37.62%
BLUE value IS 207 (81.25% from 255) = 38.55%
R=23.84%
G=37.62%
B=38.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1282022070.380.0200.19183.845.1465.69
Hex80CACF262013b82d42
Octal20031231746202327055102
Binary10000000110010101100111110011010010011101110001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,202,207); }

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

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

 a { background-color: rgb(128,202,207); }

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

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

 span { border-color: rgb(128,202,207); }

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