#80C0DD

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

Shades of Spray #80C0DD

Tints of Spray #80C0DD

Color information

#80C0DD (or 0x80C0DD) is unknown color: approx Spray. HEX triplet: 80, C0 and DD. RGB value is (128,192,221). Sum of RGB (Red+Green+Blue) = 128+192+221=541 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.66% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #80C0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C0DD is #7F3F22. Grayscale: #AFAFAF. Windows color (decimal): -8339235 or 14532736. OLE color: 14532736.

HSL color Cylindrical-coordinate representation of color #80C0DD: hue angle of 198.71º 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 #80C0DD is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128192221-
CMYK0.420.1300.13
HSL198.71º57.76%68.43%-
HSV(B)198.71º42.08%86.67%-
XYZ40.847.5175.43-
YUV176.17153.393.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.66%
GREEN value IS 192 (75.39% from 255) = 35.49%
BLUE value IS 221 (86.72% from 255) = 40.85%
R=23.66%
G=35.49%
B=40.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281922210.420.1300.13198.7157.7668.43
Hex80C0DD2AD0Dc73a44
Octal200300335521501530772104
Binary100000001100000011011101101010110101101110001111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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