#80C9CA

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

Shades of Spray #80C9CA

Tints of Spray #80C9CA

Color information

#80C9CA (or 0x80C9CA) is unknown color: approx Spray. HEX triplet: 80, C9 and CA. RGB value is (128,201,202). Sum of RGB (Red+Green+Blue) = 128+201+202=531 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.11% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #80C9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C9CA is #7F3635. Grayscale: #B3B3B3. Windows color (decimal): -8336950 or 13289856. OLE color: 13289856.

HSL color Cylindrical-coordinate representation of color #80C9CA: hue angle of 180.81º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80C9CA is Cyan = 0.37, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB128201202-
CMYK0.370.0000.21
HSL180.81º41.11%64.71%-
HSV(B)180.81º36.63%79.22%-
XYZ40.4550.6363.52-
YUV179.29140.8291.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.11%
GREEN value IS 201 (78.91% from 255) = 37.85%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=24.11%
G=37.85%
B=38.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1282012020.370.0000.21180.8141.1164.71
Hex80C9CA250015b52941
Octal20031131245002526551101
Binary1000000011001001110010101001010010101101101011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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