#80CCDD

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

Shades of Spray #80CCDD

Tints of Spray #80CCDD

Color information

#80CCDD (or 0x80CCDD) is unknown color: approx Spray. HEX triplet: 80, CC and DD. RGB value is (128,204,221). Sum of RGB (Red+Green+Blue) = 128+204+221=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #80CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CCDD is #7F3322. Grayscale: #B7B7B7. Windows color (decimal): -8336163 or 14535808. OLE color: 14535808.

HSL color Cylindrical-coordinate representation of color #80CCDD: hue angle of 190.97º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80CCDD is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128204221-
CMYK0.420.0800.13
HSL190.97º57.76%68.43%-
HSV(B)190.97º42.08%86.67%-
XYZ43.555376.34-
YUV183.21149.3288.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.15%
GREEN value IS 204 (80.08% from 255) = 36.89%
BLUE value IS 221 (86.72% from 255) = 39.96%
R=23.15%
G=36.89%
B=39.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282042210.420.0800.13190.9757.7668.43
Hex80CCDD2A80Dbf3a44
Octal200314335521001527772104
Binary100000001100110011011101101010100001101101111111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,204,221); }

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

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

 a { background-color: rgb(128,204,221); }

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

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

 span { border-color: rgb(128,204,221); }

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