#80D4D9

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

Shades of Spray #80D4D9

Tints of Spray #80D4D9

Color information

#80D4D9 (or 0x80D4D9) is unknown color: approx Spray. HEX triplet: 80, D4 and D9. RGB value is (128,212,217). Sum of RGB (Red+Green+Blue) = 128+212+217=557 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.98% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 217 - color contains mainly: blue. Hex color #80D4D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D4D9 is #7F2B26. Grayscale: #BBBBBB. Windows color (decimal): -8334119 or 14275712. OLE color: 14275712.

HSL color Cylindrical-coordinate representation of color #80D4D9: hue angle of 183.37º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D4D9 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB128212217-
CMYK0.410.0200.15
HSL183.37º53.94%67.65%-
HSV(B)183.37º41.01%85.1%-
XYZ44.9756.6974.22-
YUV187.45144.6785.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.98%
GREEN value IS 212 (83.20% from 255) = 38.06%
BLUE value IS 217 (85.16% from 255) = 38.96%
R=22.98%
G=38.06%
B=38.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1282122170.410.0200.15183.3753.9467.65
Hex80D4D92920Fb73644
Octal20032433151201726766104
Binary1000000011010100110110011010011001111101101111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,212,217); }

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

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

 a { background-color: rgb(128,212,217); }

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

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

 span { border-color: rgb(128,212,217); }

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