#80CDDF

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

Shades of Spray #80CDDF

Tints of Spray #80CDDF

Color information

#80CDDF (or 0x80CDDF) is unknown color: approx Spray. HEX triplet: 80, CD and DF. RGB value is (128,205,223). Sum of RGB (Red+Green+Blue) = 128+205+223=556 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.02% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #80CDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CDDF is #7F3220. Grayscale: #B7B7B7. Windows color (decimal): -8335905 or 14667136. OLE color: 14667136.

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

Color convert

RGB128205223-
CMYK0.430.0800.13
HSL191.37º59.75%68.82%-
HSV(B)191.37º42.6%87.45%-
XYZ44.0553.5877.83-
YUV184.03149.9988.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.02%
GREEN value IS 205 (80.47% from 255) = 36.87%
BLUE value IS 223 (87.5% from 255) = 40.11%
R=23.02%
G=36.87%
B=40.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282052230.430.0800.13191.3759.7568.82
Hex80CDDF2B80Dbf3c45
Octal200315337531001527774105
Binary100000001100110111011111101011100001101101111111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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