#80CBCD

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

Shades of Spray #80CBCD

Tints of Spray #80CBCD

Color information

#80CBCD (or 0x80CBCD) is unknown color: approx Spray. HEX triplet: 80, CB and CD. RGB value is (128,203,205). Sum of RGB (Red+Green+Blue) = 128+203+205=536 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.88% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #80CBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CBCD is #7F3432. Grayscale: #B4B4B4. Windows color (decimal): -8336435 or 13486976. OLE color: 13486976.

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

Color convert

RGB128203205-
CMYK0.380.0100.20
HSL181.56º43.5%65.29%-
HSV(B)181.56º37.56%80.39%-
XYZ41.2851.7165.56-
YUV180.8141.6590.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.88%
GREEN value IS 203 (79.69% from 255) = 37.87%
BLUE value IS 205 (80.47% from 255) = 38.25%
R=23.88%
G=37.87%
B=38.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1282032050.380.0100.20181.5643.565.29
Hex80CBCD261014b62c41
Octal20031331546102426654101
Binary1000000011001011110011011001101010100101101101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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