#80CDDE

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

Shades of Spray #80CDDE

Tints of Spray #80CDDE

Color information

#80CDDE (or 0x80CDDE) is unknown color: approx Spray. HEX triplet: 80, CD and DE. RGB value is (128,205,222). Sum of RGB (Red+Green+Blue) = 128+205+222=555 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.06% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #80CDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CDDE is #7F3221. Grayscale: #B7B7B7. Windows color (decimal): -8335906 or 14601600. OLE color: 14601600.

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

Color convert

RGB128205222-
CMYK0.420.0800.13
HSL190.85º58.75%68.63%-
HSV(B)190.85º42.34%87.06%-
XYZ43.9253.5377.12-
YUV183.92149.4988.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.06%
GREEN value IS 205 (80.47% from 255) = 36.94%
BLUE value IS 222 (87.11% from 255) = 40%
R=23.06%
G=36.94%
B=40%

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
Decimal1282052220.420.0800.13190.8558.7568.63
Hex80CDDE2A80Dbf3b45
Octal200315336521001527773105
Binary100000001100110111011110101010100001101101111111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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