#80CAD2

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

Shades of Spray #80CAD2

Tints of Spray #80CAD2

Color information

#80CAD2 (or 0x80CAD2) is unknown color: approx Spray. HEX triplet: 80, CA and D2. RGB value is (128,202,210). Sum of RGB (Red+Green+Blue) = 128+202+210=540 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.70% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 210 (82.42% from 255 or 38.89% from 540); Max value from RGB is 210 - color contains mainly: blue. Hex color #80CAD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CAD2 is #7F352D. Grayscale: #B4B4B4. Windows color (decimal): -8336686 or 13814400. OLE color: 13814400.

HSL color Cylindrical-coordinate representation of color #80CAD2: hue angle of 185.85º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80CAD2 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB128202210-
CMYK0.390.0400.18
HSL185.85º47.67%66.27%-
HSV(B)185.85º39.05%82.35%-
XYZ41.6651.4868.71-
YUV180.79144.4890.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.70%
GREEN value IS 202 (79.30% from 255) = 37.41%
BLUE value IS 210 (82.42% from 255) = 38.89%
R=23.70%
G=37.41%
B=38.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1282022100.390.0400.18185.8547.6766.27
Hex80CAD2274012ba3042
Octal20031232247402227260102
Binary100000001100101011010010100111100010010101110101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,202,210); }

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

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

 a { background-color: rgb(128,202,210); }

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

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

 span { border-color: rgb(128,202,210); }

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